cf_json_get¶
Category: json
GitHub: cute_json.h
Looks up a value for a given key.
| Parameters | Description |
|---|---|
val |
The JSON value to search for key within. |
key |
The search key. |
Return Value¶
Returns the CF_JVal associated with key on the object val.