luajson
JSON parser
A JSON parser and encoder for Lua
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.
251 stars
20 watching
48 forks
Language: Lua
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mpx/lua-cjson | Provides JSON encoding and parsing capabilities for the Lua programming language | 934 |
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 | 191 |
zaach/jsonlint | A JSON parser and validator with a CLI. | 1,940 |
openresty/lua-cjson | A Lua module for fast JSON encoding and decoding with additional features to support empty arrays and tables. | 433 |
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. | 120 |
hengestone/lua-languages | A collection of languages and projects that compile to or use Lua as their intermediate language | 603 |
fouriertransformer/lua-simdjson | Fast JSON parsing library for Lua | 15 |
rxi/json.lua | A lightweight JSON encoding and decoding library written in Lua | 1,865 |
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. | 570 |
halaxa/json-machine | A fast and memory-efficient JSON parser that allows easy iteration over large JSON documents or streams. | 1,096 |