Package grassyknoll :: Package serial :: Module JsonSerial
[hide private]

Module JsonSerial

source code

Code to convert to/from JSON and basic Python types.

Classes [hide private]
  DateTimeAwareJSONEncoder
simplejson.JSONEncoder subclass that knows how to encode date/time types
Functions [hide private]
 
dumps(obj, **kwargs) source code
Variables [hide private]
  MIMETYPES = set(["application/json", "text/javascript", "appli...
  loads = simplejson.loads
Variables Details [hide private]

MIMETYPES

Value:
set(["application/json", "text/javascript", "application/x-javascript"\
])