podafJson

A JSON to Fantom object mapping library (Internal)

Mixins

EntityConverter

(Service) - Converts Fantom entity instances to and from their JsonObj representations.

Json

(Service) - A one-stop shop for all your JSON mapping needs!

JsonConverter

Implement to define a custom Fantom Obj <-> JsonObj converter.

JsonConverterCtx

Passed to JsonConverters to them contextual information of the conversion in progress.

JsonTypeInspector

Implement to define a generic strategy for mapping Fantom types to JsonConverters.

JsonTypeInspectors

(Service) - Holds a list of JsonTypeInspector instances and the cached JsonTypeMeta objects.

Classes

JsLiteral

A value that is written out verbatim by JsonWriter.

JsonReader

(Service) - Reads Fantom objects from JSON.

JsonTypeMeta

Describes how a Fantom Type will be converted to / and from JSON.

JsonWriter

(Service) - Writes Fantom objects to JSON, optionally performing pretty printing.

PrettyPrintOptions

Options to pass to JsonWriter.

Enums

JsonType

An enum of JSON types.

Facets

JsonProperty

Marks a field as a property of a JSON document.