Tuesday, 6 August 2013

Why does JSON.parse("string") fail

Why does JSON.parse("string") fail

According to the JSON spec a string is a legitimate JSON value.

So why does this happen?

No comments:

Post a Comment