simplejson::encoder Namespace Reference


Classes

class  JSONEncoder

Functions

def encode_basestring
def encode_basestring_ascii

Variables

 _speedups = None
tuple ESCAPE = re.compile(r'[\x00-\x19\\"\b\f\n\r\t]')ESCAPE_ASCII = re.compile(r'([\\"/]|[^\ -~])
string text = 'NaN'
 _need_utf8 = False
list __all__ = ['JSONEncoder']


Detailed Description

Implementation of JSONEncoder

Function Documentation

def simplejson::encoder::encode_basestring (   s  ) 

Return a JSON representation of a Python string

Definition at line 49 of file encoder.py.

def simplejson::encoder::encode_basestring_ascii (   s  ) 

Definition at line 57 of file encoder.py.


Variable Documentation

Definition at line 371 of file encoder.py.

Definition at line 78 of file encoder.py.

Definition at line 8 of file encoder.py.

tuple simplejson::encoder::ESCAPE = re.compile(r'[\x00-\x19\\"\b\f\n\r\t]')ESCAPE_ASCII = re.compile(r'([\\"/]|[^\ -~])

Definition at line 10 of file encoder.py.

string simplejson::encoder::text = 'NaN'


Generated on Sun Mar 18 07:15:45 2012 for Semantic MediaWiki by  doxygen 1.5.6