Added package deser_json (#1751)

This commit is contained in:
Gabben 2020-12-15 20:50:17 +05:00 committed by GitHub
parent b372b5f66b
commit fc2f334699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20803,5 +20803,20 @@
"description": "Trait system for nim",
"license": "Apache-2.0",
"web": "https://github.com/haxscramper/nimtraits"
},
{
"name": "deser_json",
"url": "https://github.com/gabbhack/deser_json",
"method": "git",
"tags": [
"JSON",
"library",
"serialization",
"deserialization",
"deser"
],
"description": "JSON-Binding for deser",
"license": "MIT",
"web": "https://github.com/gabbhack/deser_json"
}
]