I have need to validate incoming POST jsons in my project. This is a part of a RESTFul json service i am developing. These jsons need to be validated for
- mandatory attributes
- invalid attributes
- data types
Just read about json-schema-validator and it looks good.
Has anyone used this in maven/spring projects? Is there any better (ito - API, stability) tool that i can use?
Update - i am also looking at json tools