mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Reduced sze by 26 bytes by inlining getOrCreateNodeAt()
This commit is contained in:
@@ -99,10 +99,6 @@ class JsonObject : public Internals::JsonPrintable<JsonObject>,
|
||||
// Returns the list node that matches the specified key.
|
||||
node_type *getNodeAt(key_type key) const;
|
||||
|
||||
// Returns the list node that matches the specified key, creating it if
|
||||
// needed.
|
||||
node_type *getOrCreateNodeAt(key_type key);
|
||||
|
||||
// The instance returned by JsonObject::invalid()
|
||||
static JsonObject _invalid;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user