summaryrefslogtreecommitdiffstats
path: root/third_party/json_minify/README.chromium
blob: ccd4122d34edae4692dfba5de2b1fc55c0419578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Name: JSON.minify
URL: https://github.com/getify/JSON.minify
and also https://github.com/kitcambridge/JSON.minify
Version: 0.1
License: MIT License
Security Critical: no

Description:
A set of scripts that remove comments and whitespace from JSON files.

Local Modifications:
- Got the (much faster) json-minify-sans-regexp.js file from the second
  URL listed
- Removed minify_json.py, it is crazy slow. See commit for replacement.