$isValidObject
$isValidObject
checks if the given json is a valid object.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
object | object | JSON object. | true |
Example(s)
This will return true
as the given object is a valid JSON object:
$isValidObject
checks if the given json is a valid object.
Field | Type | Description | Required |
---|---|---|---|
object | object | JSON object. | true |
This will return true
as the given object is a valid JSON object: