Added operators == and != for JsonDocument

This commit is contained in:
Benoit Blanchon
2019-07-19 10:10:16 +02:00
parent 815326d42e
commit aba42faf69
6 changed files with 107 additions and 4 deletions

View File

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