json_validator 0.4.0 json_validator: ^0.4.0 copied to clipboard
A Json validator. Will find and prune json structures according to a reference.
Changelog #
0.0.1 #
- Initial version, created by Stagehand
0.1.0 #
- Changed syntax to allow simpler composition
0.2.0 #
- Changed validation of simple types to static instances. Added object validation framework
0.2.1 #
- Updated documentation
0.2.2 #
- bug fix
0.3.1 #
- implemented finer grained control of validation of map fields
0.4.0 #
- moved all logic that effects map fields to the map field constructor