Tag: python
-
How to format json data
Using python from command line:cat file.json | python -mjson.tool Keep in mind this will sort keys in structures.
Using python from command line:cat file.json | python -mjson.tool Keep in mind this will sort keys in structures.