Skip to content

amansrivastava17/pretty_json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

##Desciption:make your json file pretty### ex:

[{'a':{'list':[1,2,3],'b':'c'},{'hi':'hello'}]
  
  will be processed and pretty json will look like
  [{
'a':{
'list':[1,2,3],
'b':'c'
},
{
'hi':'hello'
}]

Usage:
copy the prettfy_json.py file into your directory where your json file is located

Run: python prettyjson.py yourfilename.json

  *json file will be pretified*

About

python module to prettify your json file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages