string_equal


Description:


[ Version ( since = "1.2" ) ]
public bool string_equal (string a, string b)

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

Parameters:

a

a JSON string

b

another JSON string

Returns:

`TRUE` if a and b are equal; `FALSE` otherwise


Namespace: Json
Package: json-glib-1.0