crystal-community / crystal-libraries-needed

A list of libraries that are needed or wanted for the Crystal-Language
141 stars 4 forks source link

JSON Schema Validator #75

Open ucibar opened 6 years ago

ucibar commented 6 years ago

A library for validating JSON data with a JSON schema. I couldn't find such a library for crystal.

straight-shoota commented 6 years ago

There are a number of implementations as inspiration: http://json-schema.org/implementations.html including a Ruby gem json-schema

thiamsantos commented 6 years ago

I don't know if anyone already started that, but I would love to take that one.

impatienttraveller commented 5 years ago

is anyone working on this?

bararchy commented 5 years ago

Is there a point to this with JSON.map or JSON::Serelizable ?