Skip to content

Instantly share code, notes, and snippets.

@voltrevo
Created July 10, 2023 00:25
Show Gist options
  • Save voltrevo/4baacab55b43c97ae9df64877c7e73d1 to your computer and use it in GitHub Desktop.
Save voltrevo/4baacab55b43c97ae9df64877c7e73d1 to your computer and use it in GitHub Desktop.
test jsonc
{
  // json
  "foo": "bar"
}
{
  // jsonc
  "foo": "bar"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment