ArduinoJson 6.20.1 * Remove explicit exclusion of `as<char*>()` and `as<char>()` (issue #1860)
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.