mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2026-02-06 07:15:12 +01:00
Removed `JsonObject::is<T>(k)` and `JsonObject::set(k,v)` Replaced `T JsonArray::get<T>(i)` with `JsonVariant JsonArray::get(i)` Replaced `T JsonObject::get<T>(k)` with `JsonVariant JsonObject::get(k)`
729 B
729 B