Skip to content

cf_json_array_from_float

Category: json
GitHub: cute_json.h


Creates a new json array from an array of floats.

CF_JVal cf_json_array_from_float(CF_JDoc doc, float* vals, int count);

Remarks

The returned CF_JVal can be attached to the document by cf_json_array_add or cf_json_object_add.

CF_JVal
cf_json_array
cf_json_array_from_int
cf_json_array_from_i64
cf_json_array_from_u64
cf_json_object_add
cf_json_array_from_double
cf_json_array_from_bool
cf_json_array_from_string
cf_json_array_add