Contents

JSON_minify 0.3.0

0

A simple script to minify valid JSON, containing C/C++ style comments

A simple script to minify valid JSON, containing C/C++ style comments

How to Install json-minify

You can install json-minify using pip

pip install json-minify

or add it to a project with poetry

poetry add json-minify

Package Details

Author
Pradyun S. Gedam
License
MIT
Homepage
https://github.com/getify/JSON.minify/tree/python
PyPi:
https://pypi.org/project/JSON_minify/

Classifiers

  • Utilities
No  json-minify  pypi packages just yet.

Errors

A list of common json-minify errors.

Code Examples

Here are some json-minify code examples and snippets.

Related Packages & Articles

json-encoder 0.4.4

json encoder uses singledispatch pattern instead of JSONEncoder class overwrites

json-delta 2.0.2

json-delta is an efficient, JSON oriented javascript object delta calculator and applier. It provides a configurable threshold (tolerance) after which the diff calculator will short circuit a more complex delta analysis, useful for calculating deltas on very large objects that may from time to time be fully replaced.