We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bool JSON_GET_RECORD(JSON json, const char *name, JSON json_sub)
Retrieves JSON record from JSON object json to json_sub.
true if record of the name has been found, otherwise false.