bestiejs / json3

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

Build issue, strict mode required for conformance to in-house guidelines #84

Open MarkAddison opened 9 years ago

MarkAddison commented 9 years ago

Would it be possible to add 'use strict'; to json3? Does the code conform to the requirements of using strict mode?

Part of our in-house build script uses JSLint to check Javascript modules. One of the requirements is that all modules must be processed in strict mode. Also as part of open-source agreement we are not permitted to modify the source directly.

Best regards,

Mark