Skip to content

AndreyAD1/4_json

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Prettify JSON

The script gets path of a file containing JSON data and prints the data in a convenient format.

Quickstart

The script requires Python v3.5. A path of file containing JSON data is the positional argument of the script.

To run script on Linux:

$ python pprint_json.py test.json
[
    {
        1: 2,
        3: 4
    },
    {
        5:6
    }
]

Windows usage is the same.

Project Goals

The code was written for educational purposes. Training course for web-developers - DEVMAN.org

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%