equal
Description:
Check whether this and b
are equal objects, meaning they have the same set of members, and the
values of corresponding members are equal.
Parameters:
this |
a JSON object |
b |
another JSON object |
Returns:
`TRUE` if this and |