DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python read json file
import json with open('path_to_file/person.json') as f: data = json.load(f) print(data)
PREVIOUS
NEXT
Tagged:
#python
#read
#json
#file
ADD COMMENT
Topic
COMMENT
Name
1+7 =
Submit