Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Convertir un objet Lua en chaîne JSON.
developer:fromObject(object)
object
string
local item = {name = "Épée", damage = 50} local json = fromObject(item) global:printMessage(json)