We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bool JSON_GET_INT_A(JSON *json, int index, int *retval)
Retrieves integer value from JSON array.
TRUE if element has been found, otherwise FALSE.
for ( int i=0; i<JSON_COUNT(&json); ++i ) OUT("<p>%d-th value: %d</p>", i, JSON_GET_INT_A(&json, i));
There was an error while loading. Please reload this page.