DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR JAVASCRIPT
beautify json python
>>>
import
json
>>>
print json
.
dumps
(
{
'4'
:
5
,
'6'
:
7
}
,
sort_keys
=
True
,
indent
=
4
)
{
"4"
:
5
,
"6"
:
7
}
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#beautify
#json
#python
ADD COMMENT
Topic
COMMENT
Name
4+5 =
Submit