Home
last modified time | relevance | path

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

/third_party/python/Lib/test/test_json/
H A D__init__.py11 cjson = import_helper.import_fresh_module('json', fresh=['_json']) variable
14 cjson.JSONDecodeError = cjson.decoder.JSONDecodeError = json.JSONDecodeError
23 @unittest.skipUnless(cjson, 'requires _json')
25 if cjson is not None:
26 json = cjson
27 loads = staticmethod(cjson.loads)
28 dumps = staticmethod(cjson.dumps)
29 JSONDecodeError = staticmethod(cjson.JSONDecodeError)
/third_party/cJSON/
H A DMakefile19 INCLUDE_PATH ?= include/cjson
127 install-cjson:
132 install-utils: install-cjson
136 install: install-cjson install-utils
140 uninstall-cjson: uninstall-utils
157 uninstall: uninstall-utils uninstall-cjson remove-dir

Completed in 1 milliseconds