Skip to content

JSON Editor

Christian Engelhardt edited this page Jun 28, 2023 · 1 revision

This is an advanced feature. You can use it to edit the raw JSON data of a file.

You can navigate by using the tree on the left or my searching with Ctrl+F in the editor itself.

It is also possible to search for key (case insensitive) in the tree and directly jump to it. You can search for single words or a specific path (or parts if it): To open the general inventory slots of the first ship, you can enter ShipOwnership[0].Inventory.Slot.

A simple import/export of JSON snippets is available too. An export generates a plain JSON file with the current content in the editor. Importing something replaces the current content with the content of the file.

Before you navigate to another node or want to leave/apply the edit you wll be asked to confirm your changes.

Clone this wiki locally