Skip to content

ArduinoJson 4.3

Compare
Choose a tag to compare
@bblanchon bblanchon released this 03 May 13:57

Changes since v4.2

  • Added JsonArray::removeAt() to remove an element of an array (issue #58)
  • Fixed stack-overflow in DynamicJsonBuffer when parsing huge JSON files (issue #65)
  • Fixed wrong return value of parseArray() and parseObject() when allocation fails (issue #68)

The documentation is in the wiki.