Edit of asset "JSONH (JSON for Humans)" Accepted

Old/Current New/Edit
Title JSONH (JSON for Humans)
Description 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.

Example:
```jsonh
{
// use #, // or /**/ comments

// quotes are optional
keys: without quotes,

// commas are optional
isn\'t: {
that: cool? # yes
}

// use multiline strings
haiku: '''
Let me die in spring
beneath the cherry blossoms
while the moon is full.
'''

// compatible with JSON5
key: 0xDEADCAFE

// or use JSON
"old school": 1337
}
```
Category Scripts
License MIT
Repository Provider Custom
Repository Url https://github.com/jsonh-org/JsonhGdextension
Issues Url
Godot version Godot 4.4
Version String 1.3 1.2
Download Commit https://github.com/jsonh-org/JsonhGdextension/releases/download/v1.3/addons.zip https://github.com/jsonh-org/JsonhGdextension/releases/download/v1.2/addons.zip
Download Url (Computed) https://github.com/jsonh-org/JsonhGdextension/releases/download/v1.3/addons.zip https://github.com/jsonh-org/JsonhGdextension/releases/download/v1.2/addons.zip
Icon Url https://github.com/jsonh-org/Jsonh/raw/main/IconUpscaledSquare.png?raw=true