forked from bblanchon/ArduinoJson
Test that JsonArray can contain inner arrays
This commit is contained in:
@ -21,5 +21,6 @@ public:
|
||||
void add(double value, int decimals=2);
|
||||
void add(int value) { add((long) value); }
|
||||
void add(long value);
|
||||
void add(JsonContainer& innerContainer);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user