Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo
Advertisement

Convert any Java object to JSON for easier debugging.

Nov 2, 2015

Project is inspired by ig-json-parser. It basically do the same thing as ig-json-parser, but the differences are:

  • do not use annotations to generate the parsers. but use Scala raw value
  • including a class JsonToSpec which can generate the spec from a folder of json samples. so you not even need to write the spec if you have a working backend. but most of time you will want to customize the result by editing the result spec
  • you can write converter code to convert between types
  • it is dead simple
Dec 29, 2014
Advertisement