Uses of package org.json.simple
Package | Description |
---|---|
com.thetransactioncompany.jsonrpc2 |
Classes to represent, parse and serialise JSON-RPC 2.0 requests,
notifications and responses.
|
org.json.simple |
This is json-simple release 2.3.0 2017-10-04
retrieved from github.
|
-
Classes in org.json.simple used by com.thetransactioncompany.jsonrpc2 Class Description JsonObject JsonObject is a common non-thread safe data format for string to data mappings. -
Classes in org.json.simple used by org.json.simple Class Description DeserializationException DeserializationException explains how and where the problem occurs in the source JSON text during deserialization.DeserializationException.Problems The kinds of exceptions that can trigger a DeserializationException.Jsonable Jsonables can be serialized in java script object notation (JSON).JsonArray JsonArray is a common non-thread safe data format for a collection of data.JsonKey Should be implemented by Enums so that keys are easily maintained.JsonObject JsonObject is a common non-thread safe data format for string to data mappings.Yytoken Represents structural entities in JSON.Yytoken.Types Represents the different kinds of tokens.