Skip to content

rtyke/4_json

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Prettify JSON

Accept path to JSON file, loads it, adds indentation and line breaks and output it's prettified content to the console.

Quickstart

Example of script launch on Linux, Python 3.5:

$ python pprint_json.py <path to file>
{'key1' : [{'inner_key1': 'some_value'
            'inner_key2': 'another_value'}
            {....}],
  'key2' : ...}

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

No packages published

Languages

  • Python 100.0%