Edit of asset "JSON Configuration File" Accepted
Old/Current | New/Edit | |
---|---|---|
Title | JSON Configuration File | JSON Configuration File |
Description |
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. |
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. |
Category | Scripts | Scripts |
License | MIT | MIT |
Repository Provider | GitHub | GitHub |
Repository Url | https://github.com/98teg/JSONConfigFile | https://github.com/98teg/JSONConfigFile |
Issues Url | https://github.com/98teg/JSONConfigFile/issues | https://github.com/98teg/JSONConfigFile/issues |
Godot version | Godot 3.5 | Godot 3.5 |
Version String | 1.0.2 | 1.0.2 |
Download Commit | ebcdccc21024c77e555907d3b60024f861d68988 | ebcdccc21024c77e555907d3b60024f861d68988 |
Download Url (Computed) | https://github.com/98teg/JSONConfigFile/archive/ebcdccc21024c77e555907d3b60024f861d68988.zip | https://github.com/98teg/JSONConfigFile/archive/ebcdccc21024c77e555907d3b60024f861d68988.zip |
Icon Url |
https://raw.githubusercontent.com/98teg/JSONConfigFile/5b1891600dd28ad9fb00bd170fadc363b2be7238/doc/images/json_configuration_file_icon.png
![]() |
https://raw.githubusercontent.com/98teg/JSONConfigFile/5b1891600dd28ad9fb00bd170fadc363b2be7238/doc/images/json_configuration_file_icon.png
![]() |
Preview Insert | ||
---|---|---|
Type | image | |
Image/Video URL |
https://raw.githubusercontent.com/98teg/JSONConfigFile/master/doc/images/code_example.png
![]() |
|
Thumbnail |
https://raw.githubusercontent.com/98teg/JSONConfigFile/master/doc/images/code_example.png
![]() |
Preview Insert | ||
---|---|---|
Type | image | |
Image/Video URL |
https://raw.githubusercontent.com/98teg/JSONConfigFile/master/doc/images/valid_json.png
![]() |
|
Thumbnail |
https://raw.githubusercontent.com/98teg/JSONConfigFile/master/doc/images/valid_json.png
![]() |
Preview Insert | ||
---|---|---|
Type | image | |
Image/Video URL |
https://raw.githubusercontent.com/98teg/JSONConfigFile/master/doc/images/incorrect_json.png
![]() |
|
Thumbnail |
https://raw.githubusercontent.com/98teg/JSONConfigFile/master/doc/images/incorrect_json.png
![]() |