Prev: Platform Requirement Checker (was Does this already exists?:A module that checks if the used platform is supported)
Next: StringChain -- a data structure for managing large sequences of chunks of bytes
From: Patrick Maupin on 12 Mar 2010 01:02 RSON (Readable Serial Object Notation) is a superset of JSON that is suitable for files that humans have to edit and diff. The current release is decoder-only, but the decoder will read files encoded by JSON encoders such as json or simplejson. The current release consists of a single Python module and a short manual. The manual admittedly needs some work, but has a few syntax examples. http://code.google.com/p/rson/ |