Registry / networking / json-rpc-objects

json-rpc-objects

JSON →
library0.4.6rbrubygemsunverified

Implementation of JSON-RPC objects with respect to specifications compliance and API backward compatibility, supporting all protocol versions.

gem install json-rpc-objects
INSTALL
IMPORT
SIG · JSON-RPC-OBJECTS
J
json-rpc-objects
networkingrubyv0.4.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

JsonRpcObjects
require 'json-rpc-objects'

Creates a JSON-RPC request object and serializes it.

require 'json-rpc-objects' request = JsonRpcObjects::Request.new(method: 'subtract', params: [42, 23], id: 1) puts request.to_json
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.6latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
json-rpc-objects — gem install json-rpc-objects · libregistry