Package com.thetransactioncompany.jsonrpc2

Classes to represent, parse and serialise JSON-RPC 2.0 requests, notifications and responses.

See: Description

Package com.thetransactioncompany.jsonrpc2 Description

Classes to represent, parse and serialise JSON-RPC 2.0 requests, notifications and responses.

JSON-RPC is a protocol for remote procedure calls (RPC) using JSON - encoded requests and responses. It can be easily relayed over HTTP and is of JavaScript origin, making it ideal for use in dynamic web applications in the spirit of Ajax and Web 2.0.

This package implements version 2.0 of the protocol, with the exception of batching/multicall. This feature was deliberately left out as it tends to confuse users (judging by posts in the JSON-RPC forum). The JSON-RPC 2.0 specification and user group forum can be found here.

Package dependencies: The classes in this package rely on the net.minidev.json and net.minidev.json.parser packages (version 1.1.1 and compabile) for JSON encoding and decoding. You can obtain them from the JSON-Smart website.

Author:
Vladimir Dzhuvinov

Copyright © 2015 The Transaction Company. All Rights Reserved.