cjson.encode will serialise a Lua value into a string containing the JSON representation. Example: value = { true, { foo = "bar" } } json_text ...
確定! 回上一頁