mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 10:17:39 +02:00
Test that integers can be stored in a JsonObject
This commit is contained in:
@ -24,7 +24,7 @@ struct JsonNode
|
||||
|
||||
union
|
||||
{
|
||||
// int asInteger;
|
||||
int asInteger;
|
||||
|
||||
struct
|
||||
{
|
||||
|
Reference in New Issue
Block a user