lua-cjson
JSON parser
Provides JSON encoding and parsing capabilities for the Lua programming language
Lua CJSON is a fast JSON encoding/parsing module for Lua
934 stars
61 watching
479 forks
Language: C
last commit: 5 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. | 433 |
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 | 70 |
rxi/json.lua | A lightweight JSON encoding and decoding library written in Lua | 1,865 |
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. | 283 |
harningt/luajson | A JSON parser and encoder for Lua | 251 |
bungle/lua-resty-prettycjson | A JSON pretty formatter for Lua | 34 |
metosin/jsonista | A Clojure library for fast JSON encoding and decoding. | 420 |
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 | 452 |
json-parser/json-parser | A lightweight C parser for structured data formats like JSON | 1,285 |
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,653 |