Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
JSON is great. Until you miss that trailing comma... or want to use comments. What about multiline strings? JSONH provides a much more elegant way to write JSON that's designed for humans rather than machines.Since JSONH is compatible with JSON, any JSONH syntax can be represented with equivalent JSON.JsonhGd is an implementation of JSONH V1 & V2 for GDScript.Note: You can use JsonhVscode to highlight your JSONH in Visual Studio Code: https://github.com/jsonh-org/JsonhVscodeNote: JSONH is also available for C# (https://github.com/jsonh-org/JsonhCs) and GDExtension (https://github.com/jsonh-org/JsonhGdextension).
JSON is great. Until you miss that trailing comma... or want to use comments. What about multiline strings? JSONH provides a much more elegant way to write JSON that's designed for humans rather than machines.
Since JSONH is compatible with JSON, any JSONH syntax can be represented with equivalent JSON.
JsonhGd is an implementation of JSONH V1 & V2 for GDScript.
Note: You can use JsonhVscode to highlight your JSONH in Visual Studio Code: https://github.com/jsonh-org/JsonhVscode
Note: JSONH is also available for C# (https://github.com/jsonh-org/JsonhCs) and GDExtension (https://github.com/jsonh-org/JsonhGdextension).
Reviews
Quick Information
JSON is great. Until you miss that trailing comma... or want to use comments. What about multiline strings? JSONH provides a much more elegant way to write JSON that's designed for humans rather than machines.Since JSONH is compatible with JSON, any JSONH syntax can be represented with equivalent JSON.JsonhGd is an implementation of JSONH V1 & V2 for GDScript.Note: You can use JsonhVscode to highlight your JSONH in Visual Studio Code: https://github.com/jsonh-org/JsonhVscodeNote: JSONH is also available for C# (https://github.com/jsonh-org/JsonhCs) and GDExtension (https://github.com/jsonh-org/JsonhGdextension).