luajson

Lua JSON parser/encoder

A JSON parser and encoder library for the Lua programming language.

JSON parser/encoder for Lua Parses JSON using LPEG for speed and flexibility. Depending on parser/encoder options, various values are preserved as best as possible.

GitHub

251 stars
20 watching
48 forks
Language: Lua
last commit: over 1 year ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
mpx/lua-cjson A Lua module that provides fast and standards-compliant JSON encoding and parsing capabilities. 939
flamendless/arson.lua A library that enables encoding and decoding of custom data types into JSON format 10
bungle/lua-resty-libcjson Provides a Lua interface to cJSON C library for parsing and generating JSON data 53
liufeigit/jsonparse A lightweight and fast JSON parsing library in ANSI C. 11
andremm/lua-parser A Lua parser written with LPegLabel that generates an abstract syntax tree (AST) for parsing Lua 5.3 code 193
zaach/jsonlint A JSON parser and validator with a CLI. 1,948
openresty/lua-cjson A Lua module for fast JSON encoding and decoding with additional features to support empty arrays and tables. 441
sacek/lpeglj A Lua implementation of a LPeg parser for pattern matching 109
cloudflare/lua-resty-json A JSON parser library that provides efficient and accurate parsing of JSON strings in both Lua and C. 167
daurnimator/lpeg_patterns A collection of Lua-based parser patterns for validating and parsing various types of URIs, IPv4 and IPv6 addresses. 121
hengestone/lua-languages A collection of languages and projects that compile to or use Lua as their intermediate language 607
fouriertransformer/lua-simdjson Fast JSON parsing library for Lua 15
rxi/json.lua A lightweight JSON encoding and decoding library written in Lua 1,882
chadaustin/sajson A high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string. 568
halaxa/json-machine An efficient and easy-to-use JSON parser that loads documents into memory in small chunks. 1,110