mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-24 07:47:32 +02:00
Fixed inner object bug
This commit is contained in:
@ -22,10 +22,7 @@ public:
|
||||
|
||||
JsonValue operator[](const char* key);
|
||||
|
||||
bool operator== (const JsonObject& other) const
|
||||
{
|
||||
return _node == other._node;
|
||||
}
|
||||
bool operator==(const JsonObject& other) const;
|
||||
|
||||
private:
|
||||
JsonNode* _node;
|
||||
|
Reference in New Issue
Block a user