JSON
JSON
Posted Mar 25, 2009 12:09 UTC (Wed) by rfunk (subscriber, #4054)In reply to: JSON by dlang
Parent article: Stallman: the JavaScript trap
That's not a problem with JSON, but rather a problem with misusing JSON.
The right thing to do is load JSON into Javascript without doing an
arbitrary eval(), and plenty of people do it right.
The right thing to do is load JSON into Javascript without doing an
arbitrary eval(), and plenty of people do it right.
Then there are those at the other extreme that load executable Javascript
snippets from the server, and eval() those..... :-/
