mirror of https://github.com/rxi/json.lua.git
Update info about supporting Lua 5.4 version
parent
dbf4b2dd2e
commit
6465f08e4d
|
@ -3,7 +3,7 @@ A lightweight JSON library for Lua
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* 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, 5.4 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 280sloc, 9kb
|
* Tiny: around 280sloc, 9kb
|
||||||
|
|
Loading…
Reference in New Issue