stringEqual

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

bool
stringEqual
(
string a
,
string b
)

Parameters

a string

a JSON string

b string

another JSON string

Return Value

Type: bool

TRUE if a and b are equal; FALSE otherwise