We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Couldn't load subscription status. Retry
There was an error while loading. Please reload this page.
void JSON_ADD_FLOAT(JSON json, const char *name, double val)
Adds float value to JSON object.
None
JSON j={0}; JSON_ADD_FLOAT(j, "income", 12345.67);