JSON Configuration File's icon

JSON Configuration File 1.0.0 Scripts 3.2 Community

Submitted by user Teggy; MIT; 2021-05-22

JSON Configuration File is a plugin for Godot that aims to aid reading user input via a JSON file. Using a JSON file as a way to configure your Godot application would allow your users to share configuration files. Minecraft is a remarkable example that uses JSON files to configure certain aspects of the game, such as block models.

The definition of JSON Schemas inspired this plugin. However, instead of using a JSON file to define the structure of a JSON, it takes a coding approach. This approach has the advantage of allowing more features.


View files Download Submit an issue Recent Edits