ArduinoJson v6.19.4 Release Notes
Release Date: 2022-04-05 // over 2 years ago-
- โ Add
ElementProxy::memoryUsage()
- โ Add
MemberProxy::memoryUsage()
(issue #1730) - โ Add implicit conversion from
JsonDocument
toJsonVariant
- ๐ Fix comparisons operators with
const JsonDocument&
- โ Add
Previous changes from v6.19.3
-
- ๐ Fix
call of overloaded 'String(const char*, int)' is ambiguous
- ๐ Fix
JsonString
operator==
and!=
for non-zero-terminated string - ๐ Fix
-Wsign-conversion
on GCC 8 (issue #1715) - MessagePack: serialize round floats as integers (issue #1718)
- ๐ Fix