Function

Json-1.0Jsonstring_equalSince 1.2

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

    Parameters

    • a: string

      a JSON string

    • b: string

      another JSON string

    Returns boolean

    TRUE if a and b are equal; FALSE otherwise

    1.2