Update info about supporting Lua 5.4 version

pull/30/head
Krzysztof Bąk 2020-12-30 21:04:13 +01:00
parent dbf4b2dd2e
commit 6465f08e4d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ A lightweight JSON library for Lua
## 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
([benchmark scripts](bench/))
* Tiny: around 280sloc, 9kb