Skip to content

JSON_GET_INT

Jurek Muszyński edited this page Sep 2, 2019 · 2 revisions

int JSON_GET_INT(JSON json, const char *name)

Description

Retrieves integer value from JSON object.

Returns

Retrieved value.

Example

OUT("<p>Age: %d</p>", JSON_GET_INT(json, "age"));
Clone this wiki locally