Skip to content

Commit 4e3ef4a

Browse files
committed
logo
1 parent a063f6c commit 4e3ef4a

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Lunajson
1+
# ![Lunajson](lunajson.png)
22
Lunajson features SAX-style JSON parser and simple JSON decoder/encoder. It is tested on Lua 5.1, Lua 5.2, Lua 5.3, and LuaJIT 2.0.
33
It is written only in pure Lua and has no dependencies. Even so, decoding speed matches lpeg-based JSON implementations because it is carefully optimized.
44
The parser and decoder reject input that is not conformant to the JSON specification (ECMA-404), and the encoder always yields conformant output.

lunajson.png

3.15 KB
Loading

lunajson.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)