Merge pull request #764 from PMunch/jsonschema

Add jsonschema package
This commit is contained in:
Dominik Picheta 2018-06-13 14:11:09 +01:00 committed by GitHub
commit f81e4e50cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1078,6 +1078,20 @@
"license": "MIT",
"web": "https://github.com/PMunch/strslice"
},
{
"name": "jsonschema",
"url": "https://github.com/PMunch/jsonschema",
"method": "git",
"tags": [
"json",
"schema",
"library",
"validation"
],
"description": "JSON schema validation and creation.",
"license": "MIT",
"web": "https://github.com/PMunch/jsonschema"
},
{
"name": "sdl2_nim",
"url": "https://github.com/Vladar4/sdl2_nim",