An Exception thrown when parsing or building JSON.
Wrapper for the JSON string representation of a data structure.
(Since version 3.0.0) use jackson
An explanation of Scala types and their JSON representations.
An explanation of Scala types and their JSON representations.
Natively supported scalar types are: Boolean, Int, Long, String. Collections are Sequence[T], Map[String, T] where T includes the scalars defined above, or recursive Sequence or Map. You are in flavor country.
Wrapper for the JSON string representation of a data structure. This class exists to allow objects to be converted into JSON, attached to another data structure, and not re-encoded.