ArduinoJson v6.19.3 Release Notes
Release Date: 2022-03-08 // about 3 years ago-
- ๐ 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