Uses of Class
org.json.simple.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 JsonObjectJSONRPC2Error. toJSON()Deprecated.JsonObjectJSONRPC2Error. toJSONObject()Returns a JSON object representation of this JSON-RPC 2.0 error.abstract JsonObjectJSONRPC2Message. toJSONObject()Returns a JSON object representing this JSON-RPC 2.0 message.JsonObjectJSONRPC2Notification. toJSONObject()JsonObjectJSONRPC2Request. toJSONObject()JsonObjectJSONRPC2Response. toJSONObject() -
Uses of JsonObject in org.json.simple
Methods in org.json.simple that return JsonObject Modifier and Type Method Description static JsonObjectJsoner. 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 JsonObjectJsoner. deserialize(String deserializable, JsonObject defaultValue)A convenience method that assumes a JsonObject must be deserialized.