We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b76f037 + 2938251 commit 4445d9aCopy full SHA for 4445d9a
lib/parse.js
@@ -89,7 +89,7 @@ var json_parse = function (options) {
89
protoAction: 'error',
90
constructorAction: 'error',
91
objectBaseClass: Object, // using object because we want to inherit proto properties such as hasOwnProperty
92
-
+ }
93
// If there are options, then use them to override the default _options
94
if (options !== undefined && options !== null) {
95
if (options.strict === true) {
0 commit comments