Skip to content

JSON_GET_ARRAY

Jurek Muszyński edited this page Sep 11, 2018 · 1 revision

bool JSON_GET_ARRAY(JSON json, const char *name, JSON json_sub)

Description

Retrieves JSON array from JSON object json to json_sub.

Returns

true if record of the name has been found, otherwise false.

Example

Clone this wiki locally