Top "Json-rpc" questions

JSON-RPC is a standard JSON data-format based (r)emote (p)rocedure (c)all protocol.

REST vs JSON-RPC?

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-rpc
Convert InputStream into JSON

I am using json-rpc-1.0.jar.Below is my code. I need to convert InputStream object into JSON since the response …

java json-rpc
how to check if a JSONArray is empty in java?

I am working on an android app that get json content of a webservice called "WebUntis". The Json content i …

arrays json json-rpc
Sample code for JSON-RPC client in C#

I 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-rpc
TypeError: 'Response' object has no attribute '__getitem__'

I am trying to get a value from a response object in a dictionary, but I keep running into this …

python json python-requests json-rpc
JSON-RPC client in Java

I'm trying to find a way to write a java application that can communicate with a json-rpc service (The service …

java json-rpc
Add Path to Erlang Search Path?

I recently installed Erlang RFC4627 (JSON-RPC) with the debian package. I ran the test server using: sudo erl -pa ebin …

erlang path json-rpc
Python Twisted JSON RPC

Can anyone recommend some simple code to set up a simple JSON RPC client and server using twisted? I found …

python twisted rpc json-rpc
JSONRPC request with curl

I have a 32602 error for all requests using dictionary as params, whereas these work with a simple params. For example: …

json curl json-rpc
Best json rpc 2.0 library for Android

I have json rpc 2.0 server written in php. Currently I'm looking for a library that allows auto generation json rpc …

java android json json-rpc