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)
The function returns TRUE if the JSON in both strings are considered as equal, and FALSE otherwise.
Last modified date: 12/20/2023