Last active
January 23, 2022 04:23
-
-
Save magurotuna/4f37913c85759807f77665b35e72ab61 to your computer and use it in GitHub Desktop.
check if syntax highlight for json with comments works
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// comment | |
"foo": 42, // trailing comma | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment