podafJson
A JSON to Fantom object mapping library
Mixins
| JsLiteral | A JavaScript literal that is written out verbatim by |
| JsonConverter | Implement to convert custom Fantom types to / from a JSON representation. |
| JsonConverters | (Service) - Converts Fantom objects to and from their JSON representation. |
Classes
| Json | A simple, easy to use JSON class. |
| JsonConverterCtx | Passed to |
| JsonReader | (Service) - Reads Fantom objects from JSON. |
| JsonWriter | (Service) - Writes Fantom objects to JSON, optionally performing pretty printing. |
Facets
| JsonProperty | Marks a field as a property of a JSON object. |