ArduinoJson 6.20.1
Changes
- Remove explicit exclusion of
as<char*>()
andas<char>()
(issue #1860)
If you try to call them, you'll now get the same error message as any unsupported type.
You could also add a custom converter forchar*
andchar
.
as<char*>()
and as<char>()
(issue #1860)char*
and char
.