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.
|
Modifier and Type | Method and Description |
---|---|
JsonObject |
JSONRPC2Error.toJSON()
Deprecated.
|
JsonObject |
JSONRPC2Notification.toJSONObject() |
JsonObject |
JSONRPC2Request.toJSONObject() |
JsonObject |
JSONRPC2Response.toJSONObject() |
JsonObject |
JSONRPC2Error.toJSONObject()
Returns a JSON object representation of this JSON-RPC 2.0 error.
|
abstract JsonObject |
JSONRPC2Message.toJSONObject()
Returns a JSON object representing this JSON-RPC 2.0 message.
|
Modifier and Type | Method and Description |
---|---|
static JsonObject |
Jsoner.deserialize(String deserializable,
JsonObject defaultValue)
A convenience method that assumes a JsonObject must be deserialized.
|
Modifier and Type | Method and Description |
---|---|
static JsonObject |
Jsoner.deserialize(String deserializable,
JsonObject defaultValue)
A convenience method that assumes a JsonObject must be deserialized.
|