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.
251 stars
20 watching
48 forks
Language: Lua
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A Lua module that provides fast and standards-compliant JSON encoding and parsing capabilities. | 939 |
| | A library that enables encoding and decoding of custom data types into JSON format | 10 |
| | Provides a Lua interface to cJSON C library for parsing and generating JSON data | 53 |
| | A lightweight and fast JSON parsing library in ANSI C. | 11 |
| | A Lua parser written with LPegLabel that generates an abstract syntax tree (AST) for parsing Lua 5.3 code | 193 |
| | A JSON parser and validator with a CLI. | 1,948 |
| | A Lua module for fast JSON encoding and decoding with additional features to support empty arrays and tables. | 441 |
| | A Lua implementation of a LPeg parser for pattern matching | 109 |
| | A JSON parser library that provides efficient and accurate parsing of JSON strings in both Lua and C. | 167 |
| | A collection of Lua-based parser patterns for validating and parsing various types of URIs, IPv4 and IPv6 addresses. | 121 |
| | A collection of languages and projects that compile to or use Lua as their intermediate language | 607 |
| | Fast JSON parsing library for Lua | 15 |
| | A lightweight JSON encoding and decoding library written in Lua | 1,882 |
| | A high-performance JSON parser that can be used to parse and manipulate JSON data in memory without modifying the original input string. | 568 |
| | An efficient and easy-to-use JSON parser that loads documents into memory in small chunks. | 1,110 |