Add JsonBuilder (without using Nimble's broken push)

This commit is contained in:
Matthew Bennett-Lovesey 2016-08-09 22:51:29 +01:00 committed by GitHub
parent 0c0a91d824
commit 3d5fb76b9c

View File

@ -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"
}
]