Added package jsmn

This commit is contained in:
Bruce Doan 2016-02-22 14:15:40 +07:00
parent 3d41d86cd8
commit 8d1ff41d46

View File

@ -4296,5 +4296,20 @@
"description": "YAML 1.2 implementation for Nim",
"license": "MIT",
"web": "http://flyx.github.io/NimYAML/"
},
{
"name": "jsmn",
"url": "https://github.com/OpenSystemsLab/jsmn.nim",
"method": "git",
"tags": [
"json",
"token",
"tokenizer",
"parser",
"jsmn"
],
"description": "Jsmn - a world fastest JSON parser - in pure Nim",
"license": "MIT",
"web": "https://github.com/OpenSystemsLab/jsmn.nim"
}
]