Function jsonIncludes

  • Tests whether an AnyJson value contains another AnyJson value. This is a shallow check only and does not recurse deeply into collections.

    Parameters

    • json: Optional<AnyJson>

      The container to search.

    • value: Optional<AnyJson>

      The value search for.

    Returns boolean