JSON-RPC implementation

If you have an implementation for JSON-RPC please add it below:

JavaScript

C

C++

C#

Erlang

Objective-C

Java

Lisp

Lua

Perl

Php

Python

  • A python package which implements the JSON-RPC specs. It includes an mod_python handler, a CGIHandler, a TCP server and (soon) a ServiceProxies implementation.
  • python-symmetric-jsonrpc implements JSON-RPC over sockets/ssl sockets such that client and server can both call methods on each other (also thread-safe and asynchronous).
  • django-json-rpc JSON-RPC server for versions 1.0, 1.1 and 2.0 (well tested, clean implementation) Includes service proxy
  • CherryPy (python)
  • Zope 2
  • Zope 3
  • Twisted JSON-RPC - Web, Web2, and TCP

Ruby

Frameworks