Added package serde (#2813)

This commit is contained in:
Eric 2024-02-08 10:40:48 +11:00 committed by GitHub
parent ad4a80aaaf
commit 4c7a1f0ba4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32613,5 +32613,18 @@
"license": "GPL-3.0-or-later",
"web": "https://github.com/nirokay/bttrwttrin",
"doc": "https://nirokay.github.io/nim-docs/bttrwttrin/bttrwttrin.html"
},
{
"name": "serde",
"url": "https://github.com/codex-storage/nim-json",
"method": "git",
"tags": [
"library",
"serialization",
"json"
],
"description": "Easy-to-use serialization capabilities (currently json only), with a drop-in replacement for std/json.",
"license": "MIT",
"web": "https://github.com/codex-storage/nim-json"
}
]