---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# JsonNodeIterator

# JsonNodeIterator {#ariaid-title1}

You get a JsonNodeIterator object by calling the
getIterator() or iterator() methods of the
JsonNode class.

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

Determines if there is another property available.
{#r_JSNI-hasNext__table_ynm_q45_st__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Tabelle : 1. Parameters]

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

| Type | Description |
|-|-|
| Boolean | True if another property is available. |
[Tabelle : 2. Returns]

{#r_JSNI-hasNext__table_znm_q45_st}

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

Returns the next property in the iterator.
You cannot call next() without first calling
hasNext().
{#r_JSNI-next__table_hw1_cp5_st__entry__3}

| Name | Type | Description |
|-|-|-|
| None |   |   |
[Tabelle : 3. Parameters]

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

| Type | Description |
|-|-|
| JsonNode | The next JsonNode. |
[Tabelle : 4. Returns]

{#r_JSNI-next__table_iw1_cp5_st}

