Posts Tagged “JavaScript”

The Sad Truth About and Reasoning Behind JSONP

I don’t want anyone take this the wrong way. I am having a torrid affair with JSON. It is so much simpler to parse than XML, and is an all around exceptional way to represent data. I have one caveat though, and that is “JSON with Padding” or “JSONP” as it goes by.…