mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01: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