mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 10:17:39 +02:00
Test that JsonArray can contain inner arrays
This commit is contained in:
@ -6,10 +6,12 @@
|
||||
|
||||
struct JsonNode;
|
||||
class JsonValue;
|
||||
class JsonArray;
|
||||
|
||||
class JsonContainer : public Printable
|
||||
{
|
||||
friend JsonValue;
|
||||
friend JsonArray;
|
||||
|
||||
public:
|
||||
JsonContainer()
|
||||
|
Reference in New Issue
Block a user