Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jrockway
on March 21, 2011
|
parent
|
context
|
favorite
| on:
Open-source, JavaScript JSON HTML viewer released
I couldn't even get it to accept:
{"OH HAI":[{"foo":42, "bar":123}, {"foo":123, "bar":456}]}
thwarted
on March 21, 2011
[–]
This:
{"foo":42, "bar",123}
isn't even a valid JSON object. If you make it valid JSON and replace the comma in this with a colon, it accepts it.
jrockway
on March 21, 2011
|
parent
[–]
That was an HN typo, as I had already closed the window where I typed the JSON.
Consider applying for YC's W25 batch! Applications are open till Nov 12.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
{"OH HAI":[{"foo":42, "bar":123}, {"foo":123, "bar":456}]}