isJsonEqual

isJsonEqual(left: StringUtf8; 
            right: StringUtf8): Boolean;

The isJsonEqual method of the JadeJson class compares whether two JSON strings are semantically equivalent.

This method returns true if the JSON strings specified by the left parameter and right parameter are semantically equivalent; otherwise it returns false.

2025 R2 and higher