ArduinoJson v6.19.3 Release Notes

Release Date: 2022-03-08 // about 2 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)