Skip to content

ArduinoJson 5.0 beta 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@bblanchon bblanchon released this 25 Jul 14:10

Changes since v5.0-beta-2

  • Added JsonBuffer::strdup() to make a copy of a string (issues #10, #57)
  • Implicitly call strdup() for String but not for char* (issues #84, #87)