comment-json
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "comment-json", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Parse and stringify JSON file with comments", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -43,3 +43,3 @@ [![NPM version](https://badge.fury.io/js/comment-json.svg)](http://badge.fury.io/js/comment-json) | ||
## json.parse(string, [reviver], [removes_comments]) | ||
## json.parse(string, [reviver=null], [removes_comments=false]) | ||
@@ -46,0 +46,0 @@ The arguments are the same as the vanilla [`JSON.parse`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse), except for `removes_comments`: |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21532