Function isLooseJsonEqual

  • Checks for equality between inputs with JSON but ignores top-level properties that are not serializable.

    Parameters

    • a: unknown
    • b: unknown

    Returns boolean

    Nothing: always returns a boolean.