mirror of
https://github.com/TangentFoxy/rxi-json.lua.git
synced 2025-07-27 18:42:17 +00:00
Updated README for loc changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# 
|
# 
|
||||||
A lightweight JSON library for Lua
|
A lightweight JSON library for Lua
|
||||||
|
|
||||||
|
|
||||||
@@ -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`
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user