JSON-RPC is a standard JSON data-format based (r)emote (p)rocedure (c)all protocol.
I'm trying to chose between REST and JSON-RPC for developing an API for a web application. How do they compare? …
rest rpc json-rpcI am using json-rpc-1.0.jar.Below is my code. I need to convert InputStream object into JSON since the response …
java json-rpcI am working on an android app that get json content of a webservice called "WebUntis". The Json content i …
arrays json json-rpcI need a simple JSON-RPC 1.0 client in C#, preferably using .NET 2.0 or later. I checked out JRock 0.9 They have several …
c# client json-rpcI am trying to get a value from a response object in a dictionary, but I keep running into this …
python json python-requests json-rpcI'm trying to find a way to write a java application that can communicate with a json-rpc service (The service …
java json-rpcI recently installed Erlang RFC4627 (JSON-RPC) with the debian package. I ran the test server using: sudo erl -pa ebin …
erlang path json-rpcI have a 32602 error for all requests using dictionary as params, whereas these work with a simple params. For example: …
json curl json-rpc