# JSON Parse

## Overview

![The JSON Parse Node.](/files/6AbFHUtbAA3TwDcI9bKc)

The **JSON Parse Node** allows the user to access the values of a *JSON* file in an **Array** format. JavaScript Object Notation (*JSON*) is a data-interchange format, commonly used by APIs. A **Node**, such as **HTTP Get**, can convert a *JSON* file into a **String** format that can be used as `Input`. A **Load File Node** can also be used for the `Input` **String**. Alternatively, a *JSON* file text can be typed into the `Value` section.

[**Scope**](/incari-studio/2023.1/toolbox/overview.md#scopes): **Project**, **Scene**, **Function**, **Prefab**.

## Attributes

![The JSON Parse Node Attributes.](/files/8EQCAmJEKv8n3O5xf8Yq)

| Attribute | Type           | Description                                    |
| --------- | -------------- | ---------------------------------------------- |
| `Value`   | **User Input** | A place to paste or type a *JSON* file's text. |

## Inputs

| Input             | Type       | Description                                                           |
| ----------------- | ---------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**  | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Input`           | **String** | The *JSON* file (in **String** format) to parse.                      |

## Outputs

| Output             | Type      | Description                                                                                                                                                                                  |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution.                                                       |
| `Output`           | **Any**   | The parsed key/value pairs of the *JSON* file that can now be accessed as an **Array**. For a different **Data Type**, such as a **Dictionary**, the **Conversion Node** must be used first. |
| `IsArray`          | **Bool**  | Returns *true* or *false* whether or not the parsed output is an **Array**.                                                                                                                  |

## See Also

* [**JSON Stringify**](/incari-studio/2023.1/toolbox/string/jsonstringify.md)
* [**Load File**](/incari-studio/2023.1/toolbox/io/loadfile.md)
* [**Using APIs to Pull Dynamic Data**](https://docs.incari.com/incari-studio/v/2021.4/demo-projects/using-apis-to-pull-dynamic-data)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.incari.com/incari-studio/2023.1/toolbox/string/jsonparse.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
