Skip to content

JSON_GET_ARRAY_A

Jurek Muszyński edited this page Dec 19, 2021 · 4 revisions

bool JSON_GET_ARRAY_A(JSON *json, int index, JSON *json_sub)

Description

Retrieves JSON array from JSON array json to json_sub.

Returns

true if record of given index has been found, otherwise false.

Example

Clone this wiki locally