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-14 years ago375,250 downloads
1.2.2-15 years ago18,678 downloads
1.2.1-15 years ago48 downloads
1.2-07 years ago18,539 downloads
1.1-09 years ago(revision: 2)8,911 downloads
1.0-09 years ago87 downloads

Dependencies

lua >= 5.1

Dependency for

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

Labels

Manifests