lua-cjson

JSON encoding & decoding

 
 
View on GitHub
Download as .tar.gz
Download as .zip

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 {}.