Added JsonString::operator!=

This commit is contained in:
Benoit Blanchon
2020-07-30 09:40:35 +02:00
parent 298864bafe
commit 6841b80466
4 changed files with 73 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ HEAD
* Added comparisons (`>`, `>=`, `==`, `!=`, `<`, and `<=`) between `JsonVariant`s
* Added string deduplication (issue #1303)
* Added `JsonString::operator!=`
* Set `ARDUINOJSON_DECODE_UNICODE` to `1` by default
* Fixed `copyArray()` not working with `String`, `ElementProxy`, and `MemberProxy`
* Fixed error `getOrAddElement is not a member of ElementProxy` (issue #1311)