mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 16:14:19 +01:00
Added JsonContainer::prettyPrintTo()
This commit is contained in:
@@ -22,5 +22,7 @@ public:
|
||||
void add(int value) { add((long) value); }
|
||||
void add(long value);
|
||||
void add(JsonContainer& innerContainer);
|
||||
|
||||
JsonArray createNestedArray();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user