# Import/Export as JSON

{% hint style="info" %}
This is not the only means of export! See [Tools: Import/Export UI](/wolvenkit/wolvenkit-app/tools/tools-import-export.md) for documentation of the other.
{% endhint %}

Converting files **to** JSON will serialize[^1] their content to a .json file in your project's `raw` folder.&#x20;

Importing them back will re-create the corresponding file under `archive`.

This is easiest way to [quickly change paths in projects](https://wiki.redmodding.org/cyberpunk-2077-modding/modding-guides/items-equipment/moving-and-renaming-in-existing-projects) and a perquisite for several modding workflows.

### Export as JSON

This option is **in the right-click menu**:

<figure><img src="/files/xe8bvYzcRPdQnfC35sYr" alt=""><figcaption></figcaption></figure>

### Import as JSON

This option is **in the right-click menu**:

{% hint style="info" %}
JSON import will be available for any file in your `raw` folder with the extension `.json`. **However**, if the file hasn't been created via "`Convert to JSON`", the import will fail.&#x20;
{% endhint %}

<figure><img src="/files/2sPbsNg7E3xHMpdwoAuE" alt=""><figcaption></figcaption></figure>

[^1]: Netrunner for "create a text file representation with all information needed to re-create the file"  &#x20;


---

# 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://wiki.redmodding.org/wolvenkit/wolvenkit-app/usage/import-export/import-export-as-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.
