Skip to content

Instantly share code, notes, and snippets.

@barbeau
Last active May 3, 2024 20:19
Show Gist options
  • Save barbeau/77f559b79631dbfa1e21fd496e497b9e to your computer and use it in GitHub Desktop.
Save barbeau/77f559b79631dbfa1e21fd496e497b9e to your computer and use it in GitHub Desktop.
GitHub JSON in Markdown example

No JSON flag

{
  "hello": "world" // This is a comment
}

json flag

{
  "hello": "world" // This is a comment
}

jsonc flag

{
  "hello": "world" // This is a comment
}

json5 flag

{
  "hello": "world" // This is a comment
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment