1
0
Fork 0

Updated README for loc changes

master
rxi 2020-04-05 12:08:38 +01:00
parent 11077824d7
commit ee6abdecb2
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ A lightweight JSON library for Lua
* Implemented in pure Lua: works with 5.1, 5.2, 5.3 and JIT * Implemented in pure Lua: works with 5.1, 5.2, 5.3 and JIT
* Fast: generally outperforms other pure Lua JSON implementations * Fast: generally outperforms other pure Lua JSON implementations
([benchmark scripts](bench/)) ([benchmark scripts](bench/))
* Tiny: around 290sloc, 9kb * Tiny: around 280sloc, 9kb
* Proper error messages, *eg:* `expected '}' or ',' at line 203 col 30` * Proper error messages, *eg:* `expected '}' or ',' at line 203 col 30`