Very simple JSON validator with Kemal and Skeleton
git clone https://github.com/ep4sh/jsonvalidator
cd jsonvalidator && shards install
crystal run src/jsonvalidator.cr
Go to http://localhost:1502/
to see it in action.
- Fork it (https://github.com/ep4sh/jsonvalidator/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
- ep4sh - creator and maintainer