Skip to content

Release 4.0.0

Compare
Choose a tag to compare
@alfmep alfmep released this 17 Dec 20:54
· 85 commits to main since this release
  • Version number is now 4.0.0.
  • Updated README.md to contain more info and examples.
  • Updated doxygen documentation.
  • Dropped support for JSON schema since it doesn't work as expected.
  • Major API changes.
  • The JSON parser is renamed from ujson::Json to ujson::jparser.
  • Added utility application ujson-tool.
  • Removed utility application ujson-cmp.
  • Added example applications.
  • Added test application and script to test JSON patches using the test cases defined at https://github.com/json-patch/json-patch-tests
  • libujson is actually useful now.