We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1107782 commit ee6abdeCopy full SHA for ee6abde
README.md
@@ -1,12 +1,12 @@
1
-# 
+# 
2
A lightweight JSON library for Lua
3
4
5
## Features
6
* Implemented in pure Lua: works with 5.1, 5.2, 5.3 and JIT
7
* Fast: generally outperforms other pure Lua JSON implementations
8
([benchmark scripts](bench/))
9
-* Tiny: around 290sloc, 9kb
+* Tiny: around 280sloc, 9kb
10
* Proper error messages, *eg:* `expected '}' or ',' at line 203 col 30`
11
12
0 commit comments