aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2016-08-11 18:55:12 +0200
committerGitHub <noreply@github.com>2016-08-11 18:55:12 +0200
commit04065ed6a94fcf6d7a437b9f5d15568ec55cabb6 (patch)
tree869b3f9c437b2a4b9db9d9a29181d9e6b41ca224
parent0c0a91d8243244f8deafbbfd566900c985994acf (diff)
parent3d5fb76b9c6dfa3d45500826961393ce65d420c2 (diff)
downloadpackages-04065ed6a94fcf6d7a437b9f5d15568ec55cabb6.tar.gz
packages-04065ed6a94fcf6d7a437b9f5d15568ec55cabb6.zip
Merge pull request #395 from undecided/add-json_builder
Add JsonBuilder (without using Nimble's broken push)
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 5e07953..03259c1 100644
--- a/packages.json
+++ b/packages.json
@@ -5068,5 +5068,18 @@
"description": "BGFX wrapper for the nim programming language.",
"license": "BSD2",
"web": "https://github.com/Halsys/nim-bgfx"
+ },
+ {
+ "name": "json_builder",
+ "tags": [
+ "json",
+ "generator",
+ "builder"
+ ],
+ "method": "git",
+ "license": "MIT",
+ "web": "https://github.com/undecided/json_builder",
+ "url": "https://github.com/undecided/json_builder",
+ "description": "Easy and fast generator for valid json in nim"
}
]