From 6465f08e4d2575f5a72db25d731f8d6f47ea7252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20B=C4=85k?= Date: Wed, 30 Dec 2020 21:04:13 +0100 Subject: [PATCH] Update info about supporting Lua 5.4 version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96b9b66..e626e48 100644 --- a/README.md +++ b/README.md @@ -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