3
shouts

Improving jQuery’s JSON performance and security | Encosia

posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 254 days, 14 hours, 28 minutes ago
Tuesday, July 07, 2009 5:47:17 PM GMT

When you’re working with JSON, performance and security are often opposing, yet equally important concerns. One of these areas of contention is handling the JSON strings returned by a server. Most JavaScript libraries do a great job of abstracting away the details, but the underlying process has long been a frustrating exercise in compromise. On one hand, eval() is the fastest widely available method, but it is not safe. On the other hand, textual JSON parsers written in JavaScript may be much safer, b...

category: ASP.NET | clicked: 17 | | source: encosia.com | show counter code
tags: Ajax, ASP.NET, JavaScript, jQuery, JSON

No comments yet, be the first one to post comment.

To post your comment please login or signup