cf_json_iter_next_by_name¶
Category: json
GitHub: cute_json.h
Proceeds to the next element with a matching name.
Remarks¶
You should know the ordering of your key/val pairs before calling this function, as it only searches forwards. See cf_json_iter.
Related Pages¶
CF_JVal
cf_json_get
cf_json_array_at
cf_json_array_get
cf_json_iter
cf_json_iter_remove