Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jondjones/e45d33cd28dff1454205a19d36f7c65c to your computer and use it in GitHub Desktop.

Select an option

Save jondjones/e45d33cd28dff1454205a19d36f7c65c to your computer and use it in GitHub Desktop.
Tips for working with JSON in Visual Studio Code
"json.schemas": [
{
"fileMatch": [
"/.myjsonfile"
],
"schema": {
"type": "object",
"properties": {
"properyExample" : {
"type": "string",
"description": "A description"
}
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment