Add jsonschema package

This commit is contained in:
Peter Munch-Ellingsen 2018-06-13 14:29:40 +02:00
parent cc825eb4d1
commit 3f8d221e55

View File

@ -1078,6 +1078,20 @@
"license": "MIT", "license": "MIT",
"web": "https://github.com/PMunch/strslice" "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", "name": "sdl2_nim",
"url": "https://github.com/Vladar4/sdl2_nim", "url": "https://github.com/Vladar4/sdl2_nim",