Module org.jooq

Package org.jooq.tools.json


package org.jooq.tools.json
This package contains parts of JSON Simple.

jOOQ has no external dependencies. Nevertheless, some libraries that are compatible with jOOQ's Apache License 2.0 are embedded into jOOQ. See the JSON Simple website for more details about JSON Simple:

http://code.google.com/p/json-simple/

  • Interface Summary
    Interface
    Description
    Container factory for creating containers for JSON object and JSON array.
    A simplified and stoppable SAX-like content handler for stream processing of JSON text.
  • Class Summary
    Class
    Description
    A JSON array.
    A JSON object.
    Parser for JSON text.
     
     
  • Exception Summary
    Exception
    Description
    ParseException explains why and where the error occurs in source JSON text.