aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 1faf1a0..cff3106 100644
--- a/packages.json
+++ b/packages.json
@@ -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"
}
]