From ab31c54345e3d26c5b795a6bfa13b75204d5985a Mon Sep 17 00:00:00 2001 From: Diego Guraieb Date: Sat, 12 May 2018 20:46:48 +0400 Subject: [PATCH] jdec module --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 9155fcd..d1f3e77 100644 --- a/packages.json +++ b/packages.json @@ -9289,5 +9289,19 @@ "description": "A Nim library to access the Binance API.", "license": "Apache License 2.0", "web": "https://github.com/Imperator26/binance" + }, + { + "name": "jdec", + "tags": [ + "json", + "marshal", + "helper", + "utils" + ], + "method": "git", + "license": "MIT", + "web": "https://github.com/diegogub/jdec", + "url": "https://github.com/diegogub/jdec", + "description": "Flexible JSON manshal/unmarshal library for nim" } ]