Provides additional JsonFormats and helpers
Provides the JsonFormats for the most important Scala types.
A JsonPrinter that produces compact JSON source without any superfluous whitespace.
Provides all the predefined JsonFormats.
A JSON array.
JSON Booleans.
The members/fields of a JSON object.
A JSON number.
A JSON object.
A JSON string.
The general type of a JSON AST node.
Provides the JSON deserialization and serialization for type T.
A JsonPrinter serializes a JSON AST to a String.
Provides the JSON deserialization for type T.
Provides the JSON serialization for type T.
This trait supplies an alternative rendering mode for optional case class members.
A JsonPrinter that produces a nicely readable JSON source.
Provides the helpers for constructing custom JsonFormat implementations for types implementing the Product trait (especially case classes)
Provides the JsonFormats for the non-collection standard types.
The representation for JSON null.
This JSON parser is the almost direct implementation of the JSON grammar presented at http://www.