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/

  • Related Packages
    Package
    Description
    This package contains jOOQ's public utilities.
    This package contains parts of OpenCSV.
    This package contains compatibility classes to bridge between JDBC 4.0 and JDBC 4.1.
    This package contains parts of jOOR.
  • 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.