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