Home
last modified time | relevance | path

Searched refs:pyjson (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/test_json/
H A D__init__.py12 pyjson = import_helper.import_fresh_module('json', blocked=['_json']) variable
18 json = pyjson
19 loads = staticmethod(pyjson.loads)
20 dumps = staticmethod(pyjson.dumps)
21 JSONDecodeError = staticmethod(pyjson.JSONDecodeError)

Completed in 4 milliseconds