TypeScript API Documentation for JSON-GLIB
API Version: 1.0
Library Version: 1.10.8
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 1.2
Check whether a and b are equal UTF-8 JSON strings and return an ordering over them in strcmp() style.
a
b
strcmp()
a JSON string
another JSON string
an integer less than zero if a < b, equal to zero if a == b, and greater than zero if a > b
a < b
a == b
a > b
1.2
Check whether
aandbare equal UTF-8 JSON strings and return an ordering over them instrcmp()style.