strip-json-comments
Comment remover
Removes comments from JSON data to allow its safe use in production environments.
Strip comments from JSON. Lets you use comments in your JSON files!
599 stars
15 watching
53 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
jsonjson-commentsjsoncnpm-package
Related projects:
Repository | Description | Stars |
---|---|---|
sindresorhus/strip-json-comments-cli | Removes comments from JSON data to enable use of comments in JSON files | 67 |
sindresorhus/strip-css-comments | A utility that removes comments from CSS code while preserving certain comment patterns or functions. | 121 |
sindresorhus/strip-css-comments-cli | A command-line tool to remove comments from CSS files | 38 |
sindresorhus/strip-indent | Removes redundant indentation from a string by finding the minimum leading whitespace across all lines. | 135 |
sindresorhus/gulp-strip-debug | Removes console statements from JavaScript code to strip debugging information | 251 |
sindresorhus/load-json-file | Reads and parses JSON files from disk or string input | 245 |
sindresorhus/strip-bom | Removes the UTF-8 byte order mark from strings | 111 |
sindresorhus/parse-columns-cli | Transforms text columns from Unix commands into JSON data for manipulation | 66 |
douglascrockford/jsmin | An algorithm to remove unnecessary characters from JavaScript source code | 694 |
sindresorhus/parse-json | A JSON parser that provides more informative error messages when parsing JSON fails | 346 |
sindresorhus/del | Deletes files and directories using glob patterns with support for promises, multiple files, and protection against deleting the current working directory. | 1,325 |
sindresorhus/package-json | A tool to retrieve metadata from the npm registry | 237 |
sindresorhus/npm-user | Extracts user data from an npm user's profile page | 57 |
sindresorhus/cli-truncate | Library to truncate strings to fit terminal widths | 85 |
sindresorhus/run-electron | Simplifies running Electron applications by suppressing unnecessary output. | 197 |