forked from bblanchon/ArduinoJson
Test that string can be stored in JsonObject
This commit is contained in:
@ -26,6 +26,7 @@ struct JsonNode
|
||||
bool asBoolean;
|
||||
double asDouble;
|
||||
int asInteger;
|
||||
const char* asString;
|
||||
|
||||
struct
|
||||
{
|
||||
|
Reference in New Issue
Block a user