April 26, 2007

Native JSON Support is Required. JSON began as a wire format that could be deserialized in JavaScript simply by executing the data as JavaScript code. Today, best practices recommend using a hardened library to do the deserialization to protect against snooping and code injection. Native support for JSON parsing in the browser could make for faster, safer data serialization.

post a comment...