We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
void JSON_ADD_DOUBLE(JSON *json, const char *name, double val)
Adds double value to JSON object.
None
JSON j={0}; JSON_ADD_DOUBLE(&j, "income", 12345.67);
See more advanced example in JSON_ADD_STR_A.
There was an error while loading. Please reload this page.