Searched refs:json (Results 1 – 9 of 9) sorted by relevance
89 const unsigned char *json; member1106 global_error.json = NULL; in cJSON_ParseWithLengthOpts()2806 char *into = json; in cJSON_Minify()2808 if (json == NULL) in cJSON_Minify()2813 while (json[0] != '\0') in cJSON_Minify()2815 switch (json[0]) in cJSON_Minify()2821 json++; in cJSON_Minify()2825 if (json[1] == '/') in cJSON_Minify()2833 json++; in cJSON_Minify()2842 into[0] = json[0]; in cJSON_Minify()[all …]
265 CJSON_PUBLIC(void) cJSON_Minify(char *json);
102 static int JSON_write(int fd, cJSON *json);2570 JSON_write(int fd, cJSON *json) in JSON_write() argument2576 str = cJSON_PrintUnformatted(json); in JSON_write()2600 cJSON *json = NULL; in JSON_read() local2622 json = cJSON_Parse(str); in JSON_read()2631 return json; in JSON_read()
7 import json101 iperf = json.loads(data)
30 @echo " json to make JSON files"
174 -J, --json416 --json flag, the output will be in JSON format, otherwise it418 --json, the server output is included in a JSON object; other-
44 -J, --json output in JSON format
346 * A number of bugs with ``--json`` output have been fixed.
235 debug and/or verbose modes with --json output (#737) and a fix for759 * Erroneous output when doing --json output has been fixed (this878 -J, --json output in JSON format