/jsonvalidator

Very simple JSON validator with Crystal (Kemal) and Skeleton

Primary LanguageHTMLMIT LicenseMIT

Json Validator Build Status

Very simple JSON validator with Kemal and Skeleton

Installation

git clone https://github.com/ep4sh/jsonvalidator
cd jsonvalidator && shards install
crystal run src/jsonvalidator.cr

Usage

Go to http://localhost:1502/ to see it in action.

JSONValidator

Contributing

  1. Fork it (https://github.com/ep4sh/jsonvalidator/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • ep4sh - creator and maintainer