JSON
JSON
Posted Mar 25, 2009 0:54 UTC (Wed) by dlang (guest, #313)In reply to: JSON by rfunk
Parent article: Stallman: the JavaScript trap
'properly formatted JSON' may have the limitations you specify, but what is happening is the server sends a string to the browser, and the browser issues 'eval' on that string (possibly after stripping comment tags out so that it doesn't get evaluated accidently). there are no limitations on the client side about what can be executed as part of that eval command
