App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
google
appengine
_internal
django
utils
simplejson
encoder
Functions
|
Variables
google.appengine._internal.django.utils.simplejson.encoder Namespace Reference
Functions
def
default
Variables
c_encode_basestring_ascii
= None
c_make_encoder
= None
tuple
ESCAPE
= re.compile(r'[\x00-\x1f\\"\b\f\n\r\t]')ESCAPE_ASCII = re.compile(r'([\\"]|[^\ -~])
Detailed Description
Implementation of JSONEncoder
Maintained by
tzmartin