$getObject

returns the JSON of the created/modified object

Usage: $getObject[spaces(optional, default 0)]


Member04/23/2025
!!exec $createobject[{"Owner":"Rake","Manager":"Mika","Dev":"Mido","Contributor":"Wiki"}] Without spaces: $getobject With spaces: $getobject[1]
Custom Command Bot 04/23/2025
Without spaces: {"Owner":"Rake","Manager":"Mika","Dev":"Mido","Contributor":"Wiki"} With spaces: {
"Owner": "Rake",
"Manager": "Mika",
"Dev": "Mido",
"Contributor": "Wiki"
}
Function difficulty: Medium
Tags: get object json