is_object
The is_object
method returns whether the value is a JSON object.
Syntax
is_object()
Returns
(Boolean). Returns true
if the value is a JSON object, false
otherwise.
The is_object
method returns whether the value is a JSON object.
is_object()
(Boolean). Returns true
if the value is a JSON object, false
otherwise.