mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-19 05:22:24 +02: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