dhis2 / json-tree

A lazily parsed JSON object tree library
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

feat: JSON schema validation #31

Closed jbee closed 1 year ago

jbee commented 1 year ago

Summary

Lots of improvements and fixes in preparation to add JSON schema validation. It does add the @Validation annotation to declare the validation but lacks the code to execute it. This will be in a later release. Also the @Validation should be considered experimental/preview.

New Features

Changes

Fixes

New Methods

Chores

Automatic Testing