cf_json_object_from_strings¶ Category: json GitHub: cute_json.h Creates a new json object from an array of key/val pairs as strings. CF_JVal cf_json_object_from_strings(CF_JDoc doc, const char** keys, const char** vals, int count); Related Pages¶ CF_JVal cf_json_object cf_json_object_from_string_pairs