diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-05-12 18:39:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-12 18:39:59 +0100 |
| commit | ebf7edab6c43e9ea1b434d9ea33b0704fc0c18a8 (patch) | |
| tree | 69a6d7d01146fc1baefe3b4aca99954bd8edff69 | |
| parent | 520b454d9bc790abf82d266a124492061e9b9d41 (diff) | |
| parent | ab31c54345e3d26c5b795a6bfa13b75204d5985a (diff) | |
| download | packages-ebf7edab6c43e9ea1b434d9ea33b0704fc0c18a8.tar.gz packages-ebf7edab6c43e9ea1b434d9ea33b0704fc0c18a8.zip | |
Merge pull request #736 from diegogub/master
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" } ] |
