forked from bblanchon/ArduinoJson
Test that a double can be stored in a JsonObject
This commit is contained in:
@ -24,6 +24,7 @@ struct JsonNode
|
||||
|
||||
union
|
||||
{
|
||||
double asDouble;
|
||||
int asInteger;
|
||||
|
||||
struct
|
||||
|
Reference in New Issue
Block a user