Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
niggler
on Feb 24, 2013
|
parent
|
context
|
favorite
| on:
TOML, Tom's Own Markup Language
I use it liberally, but the only thing that I find
wrong
with json is the [\u2028\u2029] issue:
{"The invisible character":"really messes with javascript "}
Copy
the text and paste it in console.
xnxn
on Feb 24, 2013
[–]
Nitpick: that's an issue with JavaScript, not JSON.
niggler
on Feb 24, 2013
|
parent
[–]
I'd agree if JSON had a different name, but given that it is called "JavaScript Object Notation" on the main page (
http://json.org/
) there's an implicit expectation that it's somehow related to javascript.
myhf
on Feb 24, 2013
|
root
|
parent
[–]
And there's an implicit expectation that JavaScript is somehow related to Java.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
{"The invisible character":"really messes with javascript "}
Copy the text and paste it in console.