Skip to content

Releases: GOB52/gob_json

0.0.4

18 Feb 09:18
Compare
Choose a tag to compare

Fixes bug

  • Processing unicode escape. e.g. "/uabcd/u1234"

Add define symbols for compile

  • GOB_JSON_PARSER_BUFFER_MAX_LENGTH
  • GOB_JSON_PARSER_KEY_MAX_LENGTH
  • GOB_JSON_PARSER_STACK_MAX_DEPTH

See also README.md

0.0.3

10 Jan 16:35
Compare
Choose a tag to compare

Fixes bug

  • Fixed an error in the goblib::json::Element template that prevented some values from being retrieved
  • Increased error information content
  • Fixes compile error with Clang

0.0.2

10 Jan 04:22
Compare
Choose a tag to compare

Hot fix for Arduino IDE

  • Fixes library.properties

0.0.1

09 Jan 17:15
Compare
Choose a tag to compare

First release

Based on json-streaming-parser2, modified and extended independently.