Skip to content

JSON_GET_FLOAT

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

double JSON_GET_FLOAT(JSON json, const char *name)

Description

Retrieves float value from JSON object.

Returns

Retrieved value.

Example

OUT("<p>Balance: %.2f</p>", JSON_GET_FLOAT(json, "balance"));
Clone this wiki locally