A simple script to minify valid JSON, containing JavaScript comments
Project description
# JSON-minify
A port of the JSON-minify utility to the Python language.
## Overview
JSON-minify minifies blocks of JSON-like content into valid JSON by removing all whitespace and JS-style comments (single-line // and multiline /* .. */).
With JSON-minify, you can maintain developer-friendly JSON documents, but minify them before parsing or transmitting them over-the-wire.
## Testing To run the tests, just execute json_minify.py, i.e.
python json_minify.py
## License
The code and all the documentation are released under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file JSON_minify-0.2.1-py2.py3-none-any.whl.
File metadata
- Download URL: JSON_minify-0.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3978ef866e3a1b29e59a9e0c123585e07c7174709b2fe4a27560155b741e1794
|
|
| MD5 |
7616d9e2da299cedaf959aa6858622af
|
|
| BLAKE2b-256 |
9c7fd2dab433984bbc5318aa63974f4dee24d4b27e4c8f79da3755b668755cb2
|