java - Validate JSON schema compliance with Jackson against an external schema file -


i use jackson library (https://github.com/fasterxml/jackson) deal json files in java, described json schema file.

now, validate, if parsed json complies json schema file, parsed itself.

there json schema module jackson (https://github.com/fasterxml/jackson-module-jsonschema). however, appears me primary focus on creating json schema file within java.

what way validate json schema in java? - preferably using jackson, open other solutions.

as far know jackson can produce schemas given types, not validation. there json-schema-validator no longer maintained.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -