Files
lualibs-cjson/cjson.md
T
Cosmin Apreutesei cb7c655323 unimportant
2015-08-25 15:14:38 +03:00

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