Skip to content

ArduinoJson 6.20.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Feb 15:42
· 383 commits to 7.x since this release

Changes

  • Remove explicit exclusion of as<char*>() and as<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 for char* and char.

View version history