Searched refs:json_arr_encode (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/data/ |
D | json.h | 784 int json_arr_encode(const struct json_obj_descr *descr, const void *val,
|
/Zephyr-latest/lib/utils/ |
D | json.c | 1208 int json_arr_encode(const struct json_obj_descr *descr, const void *val, in json_arr_encode() function 1252 return json_arr_encode(descr, val, append_bytes_to_buf, &appender); in json_arr_encode_buf() 1286 ret = json_arr_encode(descr, val, measure_bytes, &total); in json_calc_encoded_arr_len()
|