Đối số
table
Optional source table de copy vao new object table. Neu omitted hoac nil, tra ve empty object table.
Giá trị trả về
table
New table marked voi Real JSON object marker. Source entries duoc copy, tru Real JSON type marker.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Tao new table marked as a JSON object de Real JSON encoder xu ly nhu object.
json.object(source?: table): table
local profile = json.object({
name = "Guest",
active = true,
})
local empty = json.object()
print(json.encode(profile))
print(json.encode(empty))