> For the complete documentation index, see [llms.txt](https://wiki.redmodding.org/wolvenkit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/usage/import-export/import-export-as-json.md).

# Import/Export as JSON

How to import or export to/from JSON with Wolvenkit

{% 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="https://4106170459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_ozZVx2gRZUPXkd4r%2Fuploads%2Fk7njdx4hsBy2ABtG07og%2Fexport_convert_to_json.png?alt=media&amp;token=e49393e0-55ca-447e-abc5-0b93462a37a2" 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="https://4106170459-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MP_ozZVx2gRZUPXkd4r%2Fuploads%2F8nYVzLTYtuuhoK4OuPRu%2Fimport_convert_from_json.png?alt=media&amp;token=84af71fe-7601-4b2b-b244-4297e0bcf782" alt=""><figcaption></figcaption></figure>

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