JSON Editor Plugin for Godot 4.x
by meishijie
8
JSON Editor Plugin for Godot 4.x
A powerful and user-friendly JSON editor plugin for Godot Engine 4.x that provides a visual interface for editing JSON files.
Features
- Visual tree view for JSON structure
- Direct JSON text editing
- File management (load/save)
- Type-safe value editing
- Support for all JSON data types:
- Strings
- Numbers
- Booleans
- Arrays
- Objects (Dictionaries)
- Real-time validation
- Integrated with Godot editor
Usage
- Install the plugin by copying the
addons/json_editor
folder to your project - Enable the plugin in Project Settings -> Plugins
- Access the JSON Editor from the main editor screen tabs
Operations
- Load JSON: Open and load existing JSON files
- Save JSON: Save changes to file
- Edit Values: Double click on tree items to edit
- Add Items: Add new key-value pairs to objects or arrays
- Delete Items: Remove existing items from the structure
- Validate: Automatic JSON syntax validation
License
MIT License - See LICENSE file for details
Author
[meishijie]
Version
1.0.0
Download
Version1.0.0
Download Now
Support
If you need help or have questions about this plugin, please contact the author.
Contact Author