Module n.json

Part of nevow View Source

JavaScript Object Notation
Line # Kind Name Docs
218 Function parse Return the object represented by the JSON-encoded string s.
291 Function serialize JSON-encode an object.
def parse(s): (source)
Return the object represented by the JSON-encoded string s.
def serialize(obj=_undefined, **kw): (source)
JSON-encode an object.
ParametersobjNone, True, False, an int, long, float, unicode string, list, tuple, or dictionary the JSON-encoded form of which will be returned.
API Documentation for Nevow, generated by pydoctor.