Added operators == and != for MemberProxy

This commit is contained in:
Benoit Blanchon
2019-07-19 10:21:58 +02:00
parent aba42faf69
commit 7ce1039d7c
4 changed files with 36 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ ArduinoJson: change log
HEAD
----
* Added operators `==` and `!=` for `JsonDocument`
* Added operators `==` and `!=` for `JsonDocument` and `MemberProxy`
v6.11.2 (2019-07-08)
-------