Custom Command
FunctionsIs and Has Functions

$isValidObject

checks if the given Object is valid ,returns true,false

Usage

$isValidObject[Object]

Example:


!!exec $isValidObject[{"key":"value"}]

true

Function difficulty: Easy

Tags:
Is Valid Object

On this page