cf_json_array_at¶
Category: json
GitHub: cute_json.h
Fetches a value in the given array.
| Parameters | Description |
|---|---|
| val | The JSON value to search for key within. |
| index | The index of the value to return. |
Return Value¶
Returns the CF_JVal associated with index on the object val.
Remarks¶
This function does the same thing as cf_json_array_get.