Closed jdalton closed 6 years ago
Same with var exponent_digit
.
okay gimme a little bit I'll fix that.
Fixed, published and pushed. Added "use strict" in json6.js anyway. Cleaned up some bad ugly throws, and -Infinity handling.
🤘 Thank you @d3x0r!
When using JSON6 I get an error
string_status
isundefined
. I'm bundling JSON6 into a project that uses strict mode"use strict"
.If you add
"use strict"
to the top of lib/json6.js it would catch the undefined variable assignment tostring_status
.