Add package canonicaljson (#1688)

This commit is contained in:
Jack Tang 2020-11-02 22:02:03 +08:00 committed by GitHub
parent 2eba7bf1f4
commit 7cb230eb48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20072,5 +20072,18 @@
"description": "a down to earth webframework in nim",
"license": "MIT",
"web": "https://github.com/xmonader/nim-servy"
},
{
"name": "canonicaljson",
"url": "https://github.com/jackhftang/canonicaljson.nim",
"method": "git",
"tags": [
"json",
"serialization",
"canonicalization"
],
"description": "Canonical JSON according to RFC8785",
"license": "MIT",
"web": "https://github.com/jackhftang/canonicaljson.nim"
}
]