---
sourceDocument: Yokohama-Plattformsicherheit
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/yokohama/platform-security

 Release :

    - yokohama

ft:locale :

    - de-DE

ft:publication_title :

    - Yokohama-Plattformsicherheit

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# JsonNodeIterator

# JsonNodeIterator {#ariaid-title1}

Sie erhalten einen JsonNodeIterator Objekt durch Aufrufen von GetIterator() Oder Iterator() Methoden von JsonNode Klasse.

## JsonNodeIterator -- hasNext() {#ariaid-title2}

Bestimmt, ob eine andere Eigenschaft verfügbar ist.
{#r_JSNI-hasNext__table_ynm_q45_st__entry__3}

| Name | Typ | Beschreibung |
|-|-|-|
| Keine |   |   |
[Tabelle : 1. Parameter]

{#r_JSNI-hasNext__table_ynm_q45_st} {#r_JSNI-hasNext__table_znm_q45_st__entry__2}

| Typ | Beschreibung |
|-|-|
| Boolean | „Wahr", wenn eine andere Eigenschaft verfügbar ist. |
[Tabelle : 2. Rückgaben]

{#r_JSNI-hasNext__table_znm_q45_st}

## JsonNodeIterator -- next() {#ariaid-title3}

Gibt die nächste Eigenschaft im Iterator zurück.
Sie können nicht anrufen Next() Ohne ersten Anruf HasNext() .
{#r_JSNI-next__table_hw1_cp5_st__entry__3}

| Name | Typ | Beschreibung |
|-|-|-|
| Keine |   |   |
[Tabelle : 3. Parameter]

{#r_JSNI-next__table_hw1_cp5_st} {#r_JSNI-next__table_iw1_cp5_st__entry__2}

| Typ | Beschreibung |
|-|-|
| JsonNode | Der nächste JsonNode . |
[Tabelle : 4. Rückgaben]

{#r_JSNI-next__table_iw1_cp5_st}

