Package com.eatthepath.json

Contains classes for parsing and serializing JSON.
Author:
Jon Chambers
  • Class Summary 
    Class Description
    JsonParser
    An extremely simple JSON parser that interprets JSON objects as Java primitives.
    JsonSerializer
    A JSON serializer is responsible for producing complete and legal JSON texts (objects or arrays).