From fc2f334699b9aea03b1a40bd4db0b89872b71a54 Mon Sep 17 00:00:00 2001 From: Gabben <43146729+gabbhack@users.noreply.github.com> Date: Tue, 15 Dec 2020 20:50:17 +0500 Subject: [PATCH] Added package deser_json (#1751) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index edfc381..4d7070f 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]