pwall567 / json-kotlin-schema

Kotlin implementation of JSON Schema (Draft 07)
MIT License
90 stars 13 forks source link

added schema parse form string #2

Closed poom-sci closed 3 years ago

poom-sci commented 3 years ago

Now it is no way to initialize the schema other than writing the resource to a file. I think adding a schema parser for the string is also a good idea for one who has a lot of schemas to maintain.

Please review and edit this feature for the community.

pwall567 commented 3 years ago

Thanks for this - yes, it was an oversight to omit a function of this kind.