Uses of Class
org.json.simple.JsonObject
-
Packages that use JsonObject 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. -
-
Uses of JsonObject in com.thetransactioncompany.jsonrpc2
Methods in com.thetransactioncompany.jsonrpc2 that return JsonObject Modifier and Type Method Description JsonObject
JSONRPC2Error. toJSON()
Deprecated.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.JsonObject
JSONRPC2Notification. toJSONObject()
JsonObject
JSONRPC2Request. toJSONObject()
JsonObject
JSONRPC2Response. toJSONObject()
-
Uses of JsonObject in org.json.simple
Methods in org.json.simple that return JsonObject Modifier and Type Method Description static JsonObject
Jsoner. deserialize(String deserializable, JsonObject defaultValue)
A convenience method that assumes a JsonObject must be deserialized.Methods in org.json.simple with parameters of type JsonObject Modifier and Type Method Description static JsonObject
Jsoner. deserialize(String deserializable, JsonObject defaultValue)
A convenience method that assumes a JsonObject must be deserialized.
-