forked from bblanchon/ArduinoJson
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