Skip to content

hedge-dev/hson-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

HSON Schema

JSON Schema for the Hedgehog Set Object Notation (HSON) format.

Helpful for validation and editor integration purposes.

Setup for Visual Studio Code

Add the following to the end of your settings.json:

"files.associations": {
    "*.hson": "json"
},
"json.schemas": [
    {
        "fileMatch": [ "*.hson" ],
        "url": "https://raw.githubusercontent.com/hedge-dev/hson-schema/main/hson.schema.json"
    }
]

About

JSON schema for the Hedgehog Set Object Notation (HSON) format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published