# Import/Export as JSON

{% hint style="info" %}
This is not the only means of export! See [tools-import-export](https://wiki.redmodding.org/wolvenkit/wolvenkit-app/tools/tools-import-export "mention") 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://app.gitbook.com/s/4gzcGtLrr90pVjAWVdTc/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&#x26;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&#x26;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;
