19 lines
563 B
Plaintext
19 lines
563 B
Plaintext
|
SyntaxError: Invalid JSON: <json>:1:0 Expected json literal but found /
|
||
|
// foo
|
||
|
^
|
||
|
SyntaxError: Invalid JSON: <json>:1:0 Expected json literal but found /
|
||
|
/* foo */
|
||
|
^
|
||
|
SyntaxError: Invalid JSON: <json>:1:0 Expected json literal but found /
|
||
|
/foo/
|
||
|
^
|
||
|
SyntaxError: Invalid JSON: <json>:1:15 Expected , or } but found /
|
||
|
{"foo" : "bar" // foo }
|
||
|
^
|
||
|
SyntaxError: Invalid JSON: <json>:1:15 Expected , or } but found /
|
||
|
{"foo" : "bar" /* foo */ }
|
||
|
^
|
||
|
SyntaxError: Invalid JSON: <json>:1:9 Expected json literal but found /
|
||
|
{"foo" : /foo/}
|
||
|
^
|