diff options
| author | Diego Guraieb <diegogub@gmail.com> | 2018-05-12 20:46:48 +0400 |
|---|---|---|
| committer | Diego Guraieb <diegogub@gmail.com> | 2018-05-12 20:46:48 +0400 |
| commit | ab31c54345e3d26c5b795a6bfa13b75204d5985a (patch) | |
| tree | 69a6d7d01146fc1baefe3b4aca99954bd8edff69 | |
| parent | 520b454d9bc790abf82d266a124492061e9b9d41 (diff) | |
| download | packages-ab31c54345e3d26c5b795a6bfa13b75204d5985a.tar.gz packages-ab31c54345e3d26c5b795a6bfa13b75204d5985a.zip | |
jdec module
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
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" } ] |
