Files
codeql/javascript/extractor/tests/json/input/comments.json
2018-11-07 07:48:25 +00:00

6 lines
91 B
JSON

{
// comments aren't legal JSON
"hello": "world"
/* no, not even block comments */
}