Searched refs:cjson (Results 1 – 9 of 9) sorted by relevance
9 cjson = support.import_fresh_module('json', fresh=['_json']) variable12 cjson.JSONDecodeError = cjson.decoder.JSONDecodeError = json.JSONDecodeError21 @unittest.skipUnless(cjson, 'requires _json')23 if cjson is not None:24 json = cjson25 loads = staticmethod(cjson.loads)26 dumps = staticmethod(cjson.dumps)27 JSONDecodeError = staticmethod(cjson.JSONDecodeError)
10 cjson = test_support.import_fresh_module('json', fresh=['_json']) variable19 @unittest.skipUnless(cjson, 'requires _json')21 if cjson is not None:22 json = cjson23 loads = staticmethod(cjson.loads)24 dumps = staticmethod(cjson.dumps)
23 RUN git clone --depth 1 https://github.com/DaveGamble/cJSON.git cjson25 WORKDIR cjson
18 $SRC/cjson/fuzzing/ossfuzz.sh
13 cjson.c \14 cjson.h \
149 am_libiperf_la_OBJECTS = cjson.lo iperf_api.lo iperf_error.lo \165 am__iperf3_profile_SOURCES_DIST = main.c cjson.c cjson.h flowlabel.h \173 am__objects_1 = iperf3_profile-cjson.$(OBJEXT) \242 am__depfiles_remade = ./$(DEPDIR)/cjson.Plo ./$(DEPDIR)/dscp.Plo \243 ./$(DEPDIR)/iperf3-main.Po ./$(DEPDIR)/iperf3_profile-cjson.Po \635 cjson.c \636 cjson.h \891 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cjson.Plo@am__quote@ # am--include-marker894 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iperf3_profile-cjson.Po@am__quote@ # am--include-m…988 iperf3_profile-cjson.o: cjson.c[all …]
70 # Check for the math library (needed by cjson on some platforms)
43 This software contains source code (src/cjson.{c,h}) that is:
130 cjson.