Import/Export as JSON
How to import or export to/from JSON with Wolvenkit
Last updated
Was this helpful?
How to import or export to/from JSON with Wolvenkit
This is not the only means of export! See Tools: Import/Export UI for documentation of the other.
Converting files to JSON will serialize their content to a .json file in your project's raw folder.
Importing them back will re-create the corresponding file under archive.
This is easiest way to quickly change paths in projects and a perquisite for several modding workflows.
This option is in the right-click menu:

This option is in the right-click menu:
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.

Last updated
Was this helpful?
Was this helpful?
