Skip to content

Commit

Permalink
Add json-schema (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach authored Sep 29, 2022
1 parent 29277da commit a63a29b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ described in [RFC 8032]
* [HAR](https://github.com/NeuraLegion/har) - HAR (HTTP Archive) parser
* [INI](https://crystal-lang.org/api/INI.html) - INI file parser (Crystal stdlib)
* [JSON](https://crystal-lang.org/api/JSON.html) - parsing and generating JSON documents (Crystal stdlib)
* [json-schema](https://github.com/spider-gazelle/json-schema) - convert JSON serializable classes into a [JSON Schema](https://json-schema.org/) representation
* [JSON::OnSteroids](https://github.com/anykeyh/json_on_steroids) - handle and mutate JSON document easily
* [maxminddb.cr](https://github.com/delef/maxminddb.cr) - MaxMindDB reader
* [toml.cr](https://github.com/crystal-community/toml.cr) - TOML parser
Expand Down

0 comments on commit a63a29b

Please sign in to comment.