Custom Command
FunctionsObject Functions

$getObject

returns the JSON of the created/modified object

Usage

$getObject[spaces(optional, default 0)]

!!exec $createobject[{"Owner":"Rake","Manager":"Mika","Dev":"Mido","Contributor":"Wiki"}] Without spaces: $getobject With spaces: $getobject[1]

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

On this page