Y
Hacker News
new
|
ask
|
show
|
jobs
by
rcarmo
4698 days ago
I do something else that is a lot more readable:
{ "#": "this is a comment for the next line", "url": "http://foo.bar" }
Simple.
1 comments
IanCal
4698 days ago
Hopefully you don't use the same key multiple times, as that's not guaranteed to work in different parsers.
link