cf_json_from_string_range¶
Category: json
GitHub: cute_json.h
Creates and returns a new string json value.
Remarks¶
The value can be attached to the document by cf_json_array_add or cf_json_object_add.
Related Pages¶
CF_JVal
cf_json_from_null
cf_json_from_int
cf_json_from_float
cf_json_from_bool
cf_json_from_string
cf_json_object_add
cf_json_array_add