forked from bblanchon/ArduinoJson
Extracted class JsonContainer
This commit is contained in:
@ -41,7 +41,7 @@ struct JsonNode
|
||||
{
|
||||
JsonNode* child;
|
||||
JsonBuffer* buffer;
|
||||
} asObject;
|
||||
} asContainer;
|
||||
|
||||
struct
|
||||
{
|
||||
|
Reference in New Issue
Block a user