lua-cjson
JSON encoder
A Lua module for fast JSON encoding and decoding with additional features to support empty arrays and tables.
Lua CJSON is a fast JSON encoding/parsing module for Lua
441 stars
25 watching
118 forks
Language: C
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mpx/lua-cjson | A Lua module that provides fast and standards-compliant JSON encoding and parsing capabilities. | 939 |
bungle/lua-resty-libcjson | Provides a Lua interface to cJSON C library for parsing and generating JSON data | 53 |
flamendless/arson.lua | A library that enables encoding and decoding of custom data types into JSON format | 10 |
detailyang/lua-resty-rfc5424 | An implementation of the RFC 5424 syslog format in OpenResty using Lua. | 8 |
cloudflare/lua-resty-json | A JSON parser library that provides efficient and accurate parsing of JSON strings in both Lua and C. | 167 |
openresty/lua-resty-core | A Lua library providing an FFI-based API to interact with the Nginx Lua module | 812 |
rxi/json.lua | A lightweight JSON encoding and decoding library written in Lua | 1,882 |
openresty/stream-lua-nginx-module | Enables Lua programming in Nginx TCP servers | 732 |
bungle/lua-resty-prettycjson | A JSON pretty formatter for Lua | 34 |
openresty/lua-resty-string | A set of string utility functions and hash algorithms for Lua, designed to work with nginx and LuaJIT. | 431 |
detailyang/lua-resty-cors | Provides an OpenResty module to implement CORS (Cross-Origin Resource Sharing) policies | 56 |
openresty/lua-resty-dns | A Lua DNS resolver module for the nginx lua module | 326 |
openresty/lua-resty-upload | Provides a streaming API for handling HTTP file uploads using Lua and ngx_lua cosocket | 408 |
harningt/luajson | A JSON parser and encoder library for the Lua programming language. | 251 |
sharplispers/cl-json | A Common Lisp library for encoding and decoding data in the JSON format. | 11 |