bestiejs / json3

A JSON polyfill. No longer maintained.
https://bestiejs.github.io/json3
Other
1.02k stars 150 forks source link

unhandled Error (Opera 12 build 1467) #93

Closed Mouvedia closed 6 years ago

Mouvedia commented 6 years ago

I am getting this error message: "JSON.parse: unescaped control char in string:"

version: 3.3.2 from: cdnjs (line 167) presto: 2.10.289 platform: win32 line: https://github.com/bestiejs/json3/blob/master/lib/json3.js#L186

<!DOCTYPE html>
<html>
<head>
  <title></title>
</head>

<body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/json3/3.3.2/json3.js"></script>
</body>
</html>