ArduinoJson v6.17.3 Release Notes

Release Date: 2021-02-15 // about 3 years ago
    • Made JsonDocument's destructor protected (issue #1480)
    • โž• Added missing calls to client.stop() in JsonHttpClient.ino (issue #1485)
    • ๐Ÿ›  Fixed error expected ')' before 'char' when isdigit() is a macro (issue #1487)
    • ๐Ÿ›  Fixed error definition of implicit copy constructor is deprecated on Clang 10
    • PlatformIO: set framework compatibility to * (PR #1490 by @maxgerhardt)