Clivern / Decoy

🔥 JSON Schema Validation Package for Java.
Apache License 2.0
0 stars 0 forks source link

Build Validator Object #3

Closed Clivern closed 4 years ago

Ikhiloya commented 4 years ago

Hi @Clivern, I'll love to take this one. But I'll need to understand what this project is all about. A Readme file would be useful.

Clivern commented 4 years ago

Hi @Ikhiloya, the project is about http://json-schema.org/ validator. in general it allows you to validate a payload of data by providing a json file to validate against. it makes building api services handy especially for statically typed language like java. There is already implementation on all programming languages.

I did some stuff on this branch https://github.com/Clivern/Kangaroo/tree/feature/schema. But i can confirm that stuff still a bit vague since i am still building the architecture.

If you need something a bit clear and java for hacktoberfest, please check this https://github.com/Clivern/wit-java/issues