Uses of Class
org.json.simple.JsonObject
Package
Description
Classes to represent, parse and serialise JSON-RPC 2.0 requests,
notifications and responses.
This is json-simple release 2.3.0 2017-10-04
retrieved from github.
-
Uses of JsonObject in com.thetransactioncompany.jsonrpc2
Modifier and TypeMethodDescriptionJSONRPC2Error.toJSON()
Deprecated.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.JSONRPC2Notification.toJSONObject()
JSONRPC2Request.toJSONObject()
JSONRPC2Response.toJSONObject()
-
Uses of JsonObject in org.json.simple
Modifier and TypeMethodDescriptionstatic JsonObject
Jsoner.deserialize
(String deserializable, JsonObject defaultValue) A convenience method that assumes a JsonObject must be deserialized.Modifier and TypeMethodDescriptionstatic JsonObject
Jsoner.deserialize
(String deserializable, JsonObject defaultValue) A convenience method that assumes a JsonObject must be deserialized.