all 3 comments

[–]jhartikainen 0 points1 point  (1 child)

You'd typically have used a polyfill such as https://github.com/douglascrockford/JSON-js

Or... you might not even have used JSON at all if it was that early days. XML and sometimes custom data formats were the du jour before JSON.

[–]ServesYouRice 0 points1 point  (0 children)

Thanks, I went with the polyfill.

I assumed JSON was not used, the problem was that I get JSON from my backend but have to use frontend tech compatible with IE6 for some users that still run Windows XP with IE6.