summaryrefslogtreecommitdiffstats
path: root/third_party/json_minify/README.chromium
blob: 0f5f630631a0349edfcd452802ccf9da39b6abe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Name: JSON.minify
URL: https://github.com/getify/JSON.minify
and also https://github.com/kitcambridge/JSON.minify
Version: 0.1
License: MIT License
License file: https://github.com/getify/JSON.minify/blob/master/README.txt
(README has license info)
Security Critical: no

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

Local Modifications:
- Added the __init__.py file for easier imports
- Got the (much faster) json-minify-sans-regexp.js file from the second
  URL listed
- Small change to minify_json.py to pass license tests