ArduinoJson 6.18.3 * Changed return type of `convertToJson()` and `Converter<T>::toJson()` to `void` * Added `as<std::string_view>()` and `is<std::string_view>()`
Changes
- Changed return type of
convertToJson()
andConverter<T>::toJson()
tovoid
- Added
as<std::string_view>()
andis<std::string_view>()