Package org.jooq.tools.json
The
org.jooq.tools.json
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:
-
Interface Summary Interface Description ContainerFactory Container factory for creating containers for JSON object and JSON array.ContentHandler A simplified and stoppable SAX-like content handler for stream processing of JSON text. -
Class Summary Class Description JSONArray A JSON array.JSONObject A JSON object.JSONParser Parser for JSON text.JSONValue Yytoken -
Exception Summary Exception Description ParseException ParseException explains why and where the error occurs in source JSON text.