We’re going to need to see your test steps (from Script View) and the full error message.
Read this and follow the advice:
As a wild guess…
Versions of IE can be overly pedantic about JSON syntax. Watch out especially for trailing commas:
{
"thing": "value",
"other-thing": "other value",
}
That last comma is unnecessary but legal - older IEs may not allow it.