Skip to content
Advertisement

Tag: json-schema-validator

How to load JSON Schema file from java

My Project is a maven project and inside resources folder – src/main/resources folder I have a json schema file – “jsonschema.json ” package : src/main/resources file : jsonschema.json Now i want to validate my jsonobject with json schema How to load the schema.json file in to the code : Is the below line correct? Answer This may help you Place

Advertisement