Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Releases: Hual/SAMPSON

Error handling, bugfixes, code revamp

05 Nov 15:43
Compare
Choose a tag to compare
Pre-release
  • Fixed working directory issue on Unix-like systems
  • Added new error handling functions: json_get_last_error(), json_get_last_error_extra(), json_get_error_extra_string(errno, dst[] , const len = sizeof(dst)), json_get_error_string(errno, dst[], const len = sizeof(dst))
  • Revamped some code to take advantage of modern C++

Bugfixes, string parsing

30 Oct 22:38
Compare
Choose a tag to compare
Pre-release
  • Added new function json_parse_string
  • Renamed json_open to json_parse_file
  • Fixed memory leak in json_get_string
  • Fixed crash if invalid file path is passed to json_parse_file

Initial release - parser

29 Oct 20:28
Compare
Choose a tag to compare
Pre-release

There's plenty of work to be done, but the the parser is nearly finished.