Skip to content

KirillGaydamaka/4_json

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Prettify JSON

This script allows to view JSON file in readable form. You need to specify JSON file path as a parameter.

Quickstart

The script needs Python 3.5 interpreter.

Example of script launch on Linux, Python 3.5:

$ python pprint_json.py <path to file>

Example of script output:

{
    "example": {
        "Header": "dictionary example",
        "list": [
            "item 1",
            "item 2"
        ]
    }
}

Project Goals

The code is 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

 
 
 

Contributors

Languages

  • Python 100.0%