cf_make_json¶
Category: json
GitHub: cute_json.h
Loads a json blob.
Parameters | Description |
---|---|
data | A pointer to the raw json blob data. |
size | The number of bytes in the data pointer. |
Return Value¶
Returns a CF_JDoc.
Remarks¶
You should call cf_json_get_root on this document to begin fetching values out of it.
Related Pages¶
CF_JDoc
cf_json_to_file
cf_make_json_from_file
cf_json_get_root
cf_destroy_json
cf_json_get_root
cf_json_to_string