mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 18:27:37 +02:00
Reduced size by 300 bytes by reusing the JsonPrettyPrint from v3
This commit is contained in:
@ -75,8 +75,7 @@ class JsonArray : public Internals::JsonPrintable<JsonArray>,
|
||||
static JsonArray &invalid() { return _invalid; }
|
||||
|
||||
// Serialize the array to the specified JsonWriter.
|
||||
template <typename T>
|
||||
void writeTo(T &writer) const;
|
||||
void writeTo(Internals::JsonWriter &writer) const;
|
||||
|
||||
private:
|
||||
// Create an empty JsonArray attached to the specified JsonBuffer.
|
||||
|
Reference in New Issue
Block a user