lua-cjson
JSON parser
A Lua module that provides fast and standards-compliant JSON encoding and parsing capabilities.
Lua CJSON is a fast JSON encoding/parsing module for Lua
939 stars
61 watching
480 forks
Language: C
last commit: 7 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
openresty/lua-cjson | A Lua module for fast JSON encoding and decoding with additional features to support empty arrays and tables. | 441 |
bungle/lua-resty-libcjson | Provides a Lua interface to cJSON C library for parsing and generating JSON data | 53 |
hjson/hjson-cpp | A C++ library for parsing and generating JSON data | 69 |
rxi/json.lua | A lightweight JSON encoding and decoding library written in Lua | 1,882 |
fouriertransformer/lua-simdjson | Fast JSON parsing library for Lua | 15 |
mjansson/json | An in-place JSON parser implemented in a single header file | 74 |
vincenthz/libjson | A lightweight JSON parser and printer library for C. | 282 |
harningt/luajson | A JSON parser and encoder library for the Lua programming language. | 251 |
bungle/lua-resty-prettycjson | A JSON pretty formatter for Lua | 34 |
metosin/jsonista | A Clojure library for fast JSON encoding and decoding. | 424 |
cloudflare/lua-resty-json | A JSON parser library that provides efficient and accurate parsing of JSON strings in both Lua and C. | 167 |
pljson/pljson | Provides an object-oriented interface to store and manipulate JSON data in PL/SQL | 456 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,286 |
lydiandy/cjson | A Vlang wrapper around cJSON for working with JSON data structures and serialization. | 11 |
simplejson/simplejson | A fast and extensible JSON encoder/decoder for Python | 1,657 |