Json-utils
Json utils is a python module that you can use when working with json files. it comes packed with a lot of featrues
Features
- Converting json data into a dictionary
- Converting a dictionary into json
- Validating json
- Minify/compress json
- Uncompress json
- Make json look pretty
- Write json files with custom indentation
- Add data existing json files. (very useful in json logging)