Skip to content

JSON_GET_RECORD

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

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

Description

Retrieves JSON record from JSON object json to json_sub.

Returns

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

Example

Clone this wiki locally