jslint-error-explanations icon indicating copy to clipboard operation
jslint-error-explanations copied to clipboard

Explain "Unexpected '\'."

Open paulhhowells opened this issue 10 years ago • 0 comments

var json = {"content": "\u003c"};

causes the error: "Unexpected ''."

as does: {"content": "\u003c"} which also gives a "bad json" warning.

paulhhowells avatar Mar 28 '14 16:03 paulhhowells