hash-map's picture
Upload 13 files
848fe4c verified
raw
history blame contribute delete
192 Bytes
import json
with open('output\\got_full_pages\\0102__chunks\\chunk001.json', mode='r',encoding='utf-8') as f:
data = json.load(f)
for obj in data:
print(obj['question'])