stringEqual

fnbool stringEqual(string a, string b)

Check whether a and b are equal UTF-8 JSON strings.

Parameters

aa JSON string
banother JSON string

Returns

TRUE if a and b are equal; FALSE otherwise