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 for Humans in GDExtension for Godot.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.JsonhGdextension is an implementation of JSONH v1 for GDExtension using JsonhCpp.Also see the JSONH highlighter for VSCode: https://github.com/jsonh-org/JsonhVscode
JSON for Humans in GDExtension for Godot.
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.
JsonhGdextension is an implementation of JSONH v1 for GDExtension using JsonhCpp.
Also see the JSONH highlighter for VSCode: https://github.com/jsonh-org/JsonhVscode
Reviews
Quick Information

JSON for Humans in GDExtension for Godot.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.JsonhGdextension is an implementation of JSONH v1 for GDExtension using JsonhCpp.Also see the JSONH highlighter for VSCode: https://github.com/jsonh-org/JsonhVscode