Comment on Node's Unicode DragonparentComments−gnaritas13yNot really as JSON is not valid JavaScript and requires its own parser. It's based on JavaScript, but it is not JavaScript.−daxelrod13yI was skeptical, but I did some searching, and you appear to be right! The difference seems to come down to string handling:http://timelessrepo.com/json-isnt-a-javascript-subset−gnaritas13yHa, same article where I first learned this.
Comments
Not really as JSON is not valid JavaScript and requires its own parser. It's based on JavaScript, but it is not JavaScript.
I was skeptical, but I did some searching, and you appear to be right! The difference seems to come down to string handling:
http://timelessrepo.com/json-isnt-a-javascript-subset
Ha, same article where I first learned this.