lunajson

A strict and fast JSON parser/decoder/encoder written in pure Lua

$ luarocks install lunajson

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.
It is written only in pure Lua and has no dependencies. Even though, since it is carefully optimized, decoding speed even matches to other lpeg-based JSON modules.
The parser and decoder reject inputs not conforms the JSON specification (ECMA-404), and the encoder always yields outputs conforming the specification.
The parser and decoder also handle surrogate pair correctly.

Versions

1.2.3-13 years ago322,874 downloads
1.2.2-15 years ago18,312 downloads
1.2.1-15 years ago44 downloads
1.2-06 years ago17,471 downloads
1.1-08 years ago(revision: 2)8,907 downloads
1.0-08 years ago83 downloads

Dependencies

lua >= 5.1

Dependency for

botway-lua, kong-plugin-apikey-validator, lcqhttp, litcord, lua-zabbix-sender, SnowplowTracker, stuart, web-driver

Labels

Manifests