Metadata-Version: 2.4
Name: json_prettifier
Version: 1.4.7
Summary: A fast JSON prettifier and minifier with multiprocessing support
Home-page: https://github.com/unforgivenii147/json_prettifier
Author: Isaac Onsgh
Author-email: adnanonagh@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# json_prettifier

added -m cli arg to minify
and default action without cli arg is to beautify
the cli script now can accept multiple
files/folders as input
- if no input is provided, script searches current path
for json files and beautify them with indent=2 , ensure_ascii=False options
- you can sort the keys of a json file by passing -s cli arg
- the acript updates files inplace
- if the input file is not a valid python json file
 script skips it
 
