Searched refs:json_key (Results 1 – 2 of 2) sorted by relevance
33 for json_key in json_element:34 if json_key == key:35 result.append(json_element[json_key])36 elif type(json_element[json_key]) in (list, dict):37 get_values(json_element[json_key], key, result)
1217 const char *json_key) in print_run_output() argument1228 jsonw_name(json_wtr, json_key); in print_run_output()