grip_json_equals
Checks if the first value is the same as the second one.
Syntax
native bool:grip_json_equals(const GripJSONValue:value1, const GripJSONValue:value2)
Usage
| value1 | JSON handle |
| value2 | JSON handle |
Return
True — if they are the same, false otherwise
Errors
If passed value is not a valid handle
Defined in
grip.inc
at line 373
.
This documentation was automatically generated from source.