# Save Json

## Description

Save a JSON file in the Three.js Object Scene format 4 compatible with <https://threejs.org/editor/>

{% tabs %}
{% tab title="Preview" %}
![](https://2542354621-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbH1SBOktQqL8caPM2Xpc%2Fuploads%2FihjWKJkd4GdXYl6TXNWJ%2FOutput-SaveJson.png?alt=media\&token=b529501c-fb23-46ae-8f1e-869a2edca26a)
{% endtab %}

{% tab title="Location" %}
**Name** | Save Json

**Nickname** | SaveJson

**Tab** | ThreeJs

**Panel** | Output

**Division** | 2
{% endtab %}

{% tab title="Inputs" %}
**S** | **Scene** (*T+ Scene*) | A Three Plus Scene

**F** | **Folder Path** (*Text*) | The folder path to save the file

**N** | **File Name** (*Text*) | The new file name

**S** | **Save** (*Bool*) | If true, the new file will be written or overwritten
{% endtab %}

{% tab title="Ouputs" %}
**J** | **JSON Path** (*text*) | The JSON file path location.&#x20;
{% endtab %}

{% tab title="Mode" %}
*none*
{% endtab %}
{% endtabs %}

## Usage


---

# 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://interopxyz.gitbook.io/three-plus/components/output/save-json.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.
