[issue5152] Add a JSON-RPC module

Raymond Hettinger report at bugs.python.org
Wed Feb 4 21:11:30 CET 2009


New submission from Raymond Hettinger <rhettinger at users.sourceforge.net>:

Add a JSON analogue to xmlrpclib.  See: 
 http://en.wikipedia.org/wiki/JSON-RPC

In some ways, it is much nicer than its XML cousin with bi-directional
communication, faster/simpler parsing, and ability to use TCP/IP
directly (not requiring HTTP transport).

----------
assignee: rhettinger
messages: 81153
nosy: rhettinger
priority: normal
severity: normal
status: open
title: Add a JSON-RPC module
type: feature request
versions: Python 2.7, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5152>
_______________________________________


More information about the Python-bugs-list mailing list