Merge pull request #1 from bhaku/master

Update info about supporting Lua 5.4 version
pull/44/head
alexandro-rezakhani 2021-06-04 11:18:12 -04:00 committed by GitHub
commit aea1c2cbbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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