ArduinoJson v6.5.0-beta Release Notes

Release Date: 2018-10-13 // over 5 years ago
    • โž• Added implicit conversion from JsonArray and JsonObject to JsonVariant
    • ๐Ÿ‘ Allow mixed configuration in compilation units (issue #809)
    • ๐Ÿ›  Fixed object keys not being duplicated
    • JsonPair::key() now returns a JsonKey
    • 0๏ธโƒฃ Increased the default capacity of DynamicJsonDocument
    • ๐Ÿ›  Fixed JsonVariant::is<String>() (closes #763)
    • โž• Added JsonArrayConst, JsonObjectConst, and JsonVariantConst
    • โž• Added copy-constructor and copy-assignment-operator for JsonDocument (issue #827)