This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients rhettinger
Date 2009-02-04.20:11:28
SpamBayes Score 0.13828191
Marked as misclassified No
Message-id <1233778290.63.0.330214687259.issue5152@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2009-02-04 20:11:30rhettingersetrecipients: + rhettinger
2009-02-04 20:11:30rhettingersetmessageid: <1233778290.63.0.330214687259.issue5152@psf.upfronthosting.co.za>
2009-02-04 20:11:28rhettingerlinkissue5152 messages
2009-02-04 20:11:28rhettingercreate