Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Name: JSON.minify | |
| 2 URL: https://github.com/getify/JSON.minify | |
| 3 and also https://github.com/kitcambridge/JSON.minify | |
| 4 Version: 0.1 | |
| 5 License: MIT License | |
| 6 Security Critical: no | |
| 7 | |
| 8 Description: | |
| 9 A set of scripts that remove comments and whitespace from JSON files. | |
| 10 | |
| 11 Local Modifications: | |
| 12 - Got the (much faster) json-minify-sans-regexp.js file from the second | |
| 13 URL listed | |
| 14 - Removed minify_json.py, it is crazy slow. See commit for replacement. | |
| OLD | NEW |