$getObject

returns the JSON of the created/modified object

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


Member04/02/2024
!!exec $createobject[{"Owner":"Rake","Manager":"Mika","Dev":"Mido","Contributor":"Wiki"}] Without spaces: $getobject With spaces: $getobject[1]
Custom Command Bot 04/02/2024
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