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: almost 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
mpx/lua-cjsonA Lua module that provides fast and standards-compliant JSON encoding and parsing capabilities.939
flamendless/arson.luaA library that enables encoding and decoding of custom data types into JSON format10
bungle/lua-resty-libcjsonProvides a Lua interface to cJSON C library for parsing and generating JSON data53
liufeigit/jsonparseA lightweight and fast JSON parsing library in ANSI C.11
andremm/lua-parserA Lua parser written with LPegLabel that generates an abstract syntax tree (AST) for parsing Lua 5.3 code193
zaach/jsonlintA JSON parser and validator with a CLI.1,948
openresty/lua-cjsonA Lua module for fast JSON encoding and decoding with additional features to support empty arrays and tables.441
sacek/lpegljA Lua implementation of a LPeg parser for pattern matching109
cloudflare/lua-resty-jsonA JSON parser library that provides efficient and accurate parsing of JSON strings in both Lua and C.167
daurnimator/lpeg_patternsA collection of Lua-based parser patterns for validating and parsing various types of URIs, IPv4 and IPv6 addresses.121
hengestone/lua-languagesA collection of languages and projects that compile to or use Lua as their intermediate language607
fouriertransformer/lua-simdjsonFast JSON parsing library for Lua15
rxi/json.luaA lightweight JSON encoding and decoding library written in Lua1,882
chadaustin/sajsonA 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-machineAn efficient and easy-to-use JSON parser that loads documents into memory in small chunks.1,110