Conversions between String and Date.
A difference between two JSONs (j1 diff j2).
Serializer which serializes all fields of a class too.
Formats to use when converting JSON.
Use full class name as a type hint.
Use short class name as a type hint.
Type hints can be used to alter the default conversion rules when converting Scala instances into JSON and vice versa.
Default date format is UTC time.
Computes a diff between two JSONs.
Function to extract values from JSON AST using case classes.
Basic implicit conversions from primitive types into JSON.
A DSL to produce valid JSON.
JSON parser.
Function to merge two JSONs.
Do not use any type hints.
Printer converts JSON to String.
Functions to serialize and deserialize a case class.
Functions to convert between JSON and XML.