Changes between Version 1 and Version 2 of JSON-RPC
- Timestamp:
- Oct 24, 2006, 7:13:05 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JSON-RPC
v1 v2 1 Simply see [XML-RPC] . Use the [http://www.freenet.org.nz/dojo/pyjson/ SimpleJSONRPCServer] instead of SimpleXMLRPCServer and you are done!1 Simply see [XML-RPC] . Use the [http://www.freenet.org.nz/dojo/pyjson/ SimpleJSONRPCServer] instead of SimpleXMLRPCServer and you are done! 2 2 3 3 You'll also want [http://developer.spikesource.com/wiki/index.php/Article:Accessing_JSON-RPC_with_Python JSON RPC Client] too.