permissive-json
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -17,3 +17,3 @@ /*! | ||
.replace(/^\uFEFF/, '') // remove leading BOM | ||
.replace(/^((?:[^"\n]|"[^"\n]*")*)\/\/.*$/mg, '$1') // remove C-style comments | ||
.replace(/^((?:[^"\n\/]|\/[^\/]|"[^"\n]*")*)\/\/.*$/mg, '$1') // remove C-style comments | ||
.replace(/,(\s*[}])/g, '$1') // remove extra commas | ||
@@ -20,0 +20,0 @@ ); |
{ | ||
"name": "permissive-json", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Permissive JSON parser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
1610
8