forked from bblanchon/ArduinoJson
Serialize integer values in object
This commit is contained in:
@ -28,7 +28,7 @@ struct JsonNode
|
||||
{
|
||||
bool asBoolean;
|
||||
double asDouble;
|
||||
int asInteger;
|
||||
long asInteger;
|
||||
const char* asString;
|
||||
|
||||
struct
|
||||
|
Reference in New Issue
Block a user