From ced32bd2211f2b775cbc089c67a2a8c9f7b0bd37 Mon Sep 17 00:00:00 2001 From: rxi Date: Fri, 14 Aug 2015 19:42:00 +0100 Subject: [PATCH] README updates --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05323ae..ef38c5c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -# ![json.lua](https://cloud.githubusercontent.com/assets/3920290/9207222/24413cbe-4064-11e5-874e-7e2deeb5f8cb.png) +# ![json.lua](https://cloud.githubusercontent.com/assets/3920290/9281532/99e5e0cc-42bd-11e5-8fce-eaff2f7fc681.png) 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`