BlueSpice MediaWiki master
|
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'] |
Implementation of JSONEncoder
def simplejson.encoder.encode_basestring | ( | s | ) |
Return a JSON representation of a Python string