Skip to content

Commit ee6abde

Browse files
committed
Updated README for loc changes
1 parent 1107782 commit ee6abde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# ![json.lua](https://cloud.githubusercontent.com/assets/3920290/9281532/99e5e0cc-42bd-11e5-8fce-eaff2f7fc681.png)
1+
# ![json.lua](https://cloud.githubusercontent.com/assets/3920290/9281532/99e5e0cc-42bd-11e5-8fce-eaff2f7fc681.png)
22
A lightweight JSON library for Lua
33

44

55
## Features
66
* Implemented in pure Lua: works with 5.1, 5.2, 5.3 and JIT
77
* Fast: generally outperforms other pure Lua JSON implementations
88
([benchmark scripts](bench/))
9-
* Tiny: around 290sloc, 9kb
9+
* Tiny: around 280sloc, 9kb
1010
* Proper error messages, *eg:* `expected '}' or ',' at line 203 col 30`
1111

1212

0 commit comments

Comments
 (0)