Searched defs:JSONDecoder (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/simplejson/
H A D__init__.py103 'JSONDecoder', 'JSONDecodeError', 'JSONEncoder',
111 from decoder import JSONDecoder, JSONDecodeError namespace
337 _default_decoder = JSONDecoder(encoding=None, object_hook=None,
387 To use a custom ``JSONDecoder`` subclass, specify it with the ``cls``
443 To use a custom ``JSONDecoder`` subclass, specify it with the ``cls``
453 cls = JSONDecoder
489 _default_decoder = JSONDecoder(
H A Ddecoder.py1 """Implementation of JSONDecoder
16 __all__ = ['JSONDecoder']
312 class JSONDecoder(object): class in inherits:object

Completed in 147 milliseconds