This module implements a simple JavaScript serializer. Uses the basestring encode function from simplejson by Bob Ippolito.
Unknown Field: copyright | |
Copyright 2007-2022 by the Sphinx team, see AUTHORS. | |
Unknown Field: license | |
BSD, see LICENSE for details. |
Constant | ESCAPE_ASCII |
Undocumented |
Constant | ESCAPE_DICT |
Undocumented |
Constant | ESCAPED |
Undocumented |
Variable | reswords |
Undocumented |
Function | decode_string |
Undocumented |
Function | dump |
Undocumented |
Function | dumps |
Undocumented |
Function | encode_string |
Undocumented |
Function | load |
Undocumented |
Function | loads |
Loader that can read the JS subset the indexer produces. |
Variable | _int_re |
Undocumented |
Variable | _name_re |
Undocumented |
Variable | _nameonly_re |
Undocumented |
Variable | _str_re |
Undocumented |
dict[ str, str]
=
Undocumented
Value |
|
Undocumented
Parameters | |
obj:Any | Undocumented |
key:bool | Undocumented |
Returns | |
str | Undocumented |