cf_json_array_add_i64¶ Category: json GitHub: cute_json.h Adds a 64-bit signed int to the end of a json array. void cf_json_array_add_i64(CF_JDoc doc, CF_JVal arr, int64_t val); Related Pages¶ CF_JVal cf_json_array_add cf_json_object_add