Json is a customisable Fantom to Javascript Object Notation (JSON) mapping library.
Json
fanr install -r http://eggbox.fantomfactory.org/fanr/ afJson
Features:
Just annotate fields with @JsonProperty then read / write JSON with Json().readEntity(...) and Json().writeEntity(...) - couldn't be easier!
@JsonProperty
Json().readEntity(...)
Json().writeEntity(...)
Read more...
Have fun!
New version available with:
Json goes far beyond the usual JsonInStream and JsonOutStream classes by mapping and instantiating fully fledged Fantom domain objects.
JsonInStream
JsonOutStream
Login or Signup to reply.
SlimerDude Wed 24 Feb 2016
JSON Released!
Json
is a customisable Fantom to Javascript Object Notation (JSON) mapping library.Features:
Just annotate fields with
@JsonProperty
then read / write JSON withJson().readEntity(...)
andJson().writeEntity(...)
- couldn't be easier!Read more...
Have fun!
SlimerDude Fri 8 Apr 2016
New version available with:
Json goes far beyond the usual
JsonInStream
andJsonOutStream
classes by mapping and instantiating fully fledged Fantom domain objects.Read more...