#2515 [ANN] JSON Mapping Library

SlimerDude Wed 24 Feb 2016

JSON Released!

Json is a customisable Fantom to Javascript Object Notation (JSON) mapping library.

fanr install -r http://eggbox.fantomfactory.org/fanr/ afJson

Features:

  • Converts all core Fantom types
  • Converts nested / embedded objects
  • Runs on Javascript platforms
  • IoC enabled
  • Simple to use

Just annotate fields with @JsonProperty then read / write JSON with Json().readEntity(...) and Json().writeEntity(...) - couldn't be easier!

Read more...

Have fun!

SlimerDude Fri 8 Apr 2016

New version available with:

  • better / more understandable method names
  • pretty print option when writing JSON

Json goes far beyond the usual JsonInStream and JsonOutStream classes by mapping and instantiating fully fledged Fantom domain objects.

Json

Read more...

Login or Signup to reply.