mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 16:14:19 +01:00
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