mirror of
https://github.com/vxcontrol/lualibs-cjson.git
synced 2026-07-01 15:47:55 -04:00
327 B
327 B
title, tagline
| title | tagline |
|---|---|
| lua-cjson | JSON encoding & decoding |
local json = require'cjson'
Documentation
It's here.
NOTE: Added option encode_empty_table_as_array, enabled by default,
to encode empty tables as [] instead of {}.