java-json-tools / json-schema-validator

A JSON Schema validation implementation in pure Java, which aims for correctness and performance, in that order
http://json-schema-validator.herokuapp.com/
Other
1.63k stars 399 forks source link

Is there anyway to add a JsonSchemaFactory .getJsonSchema(InputStream is)method #271

Open me0w113 opened 6 years ago

me0w113 commented 6 years ago

when using springboot, json templates folder were packaged in the .jar file, and cannot be read through file reading .