Home
last modified time | relevance | path

Searched refs:json (Results 1 – 9 of 9) sorted by relevance

/iperf/src/
H A Dcjson.c89 const unsigned char *json; member
1106 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 …]
H A Dcjson.h265 CJSON_PUBLIC(void) cJSON_Minify(char *json);
H A Diperf_api.c102 static int JSON_write(int fd, cJSON *json);
2570 JSON_write(int fd, cJSON *json) in JSON_write() argument
2576 str = cJSON_PrintUnformatted(json); in JSON_write()
2600 cJSON *json = NULL; in JSON_read() local
2622 json = cJSON_Parse(str); in JSON_read()
2631 return json; in JSON_read()
/iperf/contrib/
H A Diperf3_to_gnuplot.py7 import json
101 iperf = json.loads(data)
/iperf/docs/
H A DMakefile30 @echo " json to make JSON files"
H A Dinvoking.rst174 -J, --json
416 --json flag, the output will be in JSON format, otherwise it
418 --json, the server output is included in a JSON object; other-
H A Ddev.rst44 -J, --json output in JSON format
H A Dnews.rst346 * A number of bugs with ``--json`` output have been fixed.
/iperf/
H A DRELNOTES.md235 debug and/or verbose modes with --json output (#737) and a fix for
759 * Erroneous output when doing --json output has been fixed (this
878 -J, --json output in JSON format