podafJson

A JSON to Fantom object mapping library (Internal)

Mixins

Json

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

JsonConverter

Implement to define a custom Fantom <-> JSON 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.

Enums

JsonType

An enum of JSON types.

Facets

JsonProperty

Marks a field as a property of a JSON document.