Y
Hacker News
new
|
ask
|
show
|
jobs
by
sebazzz
440 days ago
It was just a matter of:
var myObject = eval(httpResponseBody)
Of course, this is vulnerable to all kinds of issues so we got JSON parser, and later JSON became part of the Web API.
1 comments
cosmotic
439 days ago
I remember the infinite loops stuffed into JSON results to prevent this sort of thing.
link