Language Reference Guide : Functions : Core Library Functions : IsEqualJSON Function
 
Share this page          
IsEqualJSON Function
IsEqualJSON compares two JSON strings independent of the order of the members of any JSON objects contained and any formatting that may have been applied to each JSON string.
This function has the following syntax:
integer = IsEqualJson(json1 = StringObject, json2 = StringObject)
Arguments
Data Type
Description
json1
StringObject
The first JSON string
json2
StringObject
The second JSON string
The function returns TRUE if the JSON in both strings are considered as equal, and FALSE otherwise.