Returns a JSON representation of the given object, as a JsonQuoted object.
Returns a JSON representation of the given object, as a JsonQuoted object.
(Since version 3.0.0) use jackson
Parses a JSON String representation into its native Scala reprsentation.
Parses a JSON String representation into its native Scala reprsentation.
(Since version 3.0.0) use jackson
Quote a string according to "JSON rules".
Quote a string according to "JSON rules".
(Since version 3.0.0) use jackson
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.