Y
Hacker News
new
|
ask
|
show
|
jobs
by
beardbandit
1300 days ago
I can think of one valuable use-case: parsing through JSON responses for APIs with poor fields/response documentation -- especially if you have to parse through a ton of information.
Still way more readable than XML.
2 comments
aembleton
1300 days ago
I think this is harder to parse than just having a well formatted structure in a text editor
link
dotancohen
1300 days ago
> Still way more readable than XML.
AJAX should have been just AJ.
link