mirror of https://github.com/rxi/json.lua.git
README updates
parent
9720bb9f10
commit
ced32bd221
|
@ -1,9 +1,11 @@
|
|||
# 
|
||||
# 
|
||||
A lightweight JSON library for Lua
|
||||
|
||||
|
||||
## Features
|
||||
* Pure Lua implementation
|
||||
* Implemented in pure Lua: works with 5.1, 5.2, 5.3 and JIT
|
||||
* Fast: generally outperforms other pure Lua JSON implementations
|
||||
([benchmark scripts](bench/))
|
||||
* Tiny: around 270sloc, 8kb
|
||||
* Proper error messages, *eg:* `expected '}' or ',' at line 203 col 30`
|
||||
|
||||
|
|
Loading…
Reference in New Issue