Searched refs:pyjson (Results 1 – 3 of 3) sorted by relevance
10 pyjson = support.import_fresh_module('json', blocked=['_json']) variable16 json = pyjson17 loads = staticmethod(pyjson.loads)18 dumps = staticmethod(pyjson.dumps)19 JSONDecodeError = staticmethod(pyjson.JSONDecodeError)
11 pyjson = test_support.import_fresh_module('json', blocked=['_json']) variable15 json = pyjson16 loads = staticmethod(pyjson.loads)17 dumps = staticmethod(pyjson.dumps)
55 return pyjson.JSONEncoder.default(o)