cf_make_json_from_file¶
Category: json
GitHub: cute_json.h
Loads a json blob from a file.
Parameters | Description |
---|---|
virtual_path | A virtual path to the json file. See Virtual File System. |
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_make_json
cf_json_to_file
cf_json_get_root
cf_destroy_json
cf_json_get_root
cf_json_to_string