파이썬 json 파일 읽기

Jmnote (토론 | 기여)님의 2021년 7월 12일 (월) 14:24 판 (→‎참고)

1 개요

파이썬 json 파일 읽기
import json
f = open('data.json',)
data = json.load(f)
print(data)
f.close()

2 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}