File size: 192 Bytes
848fe4c |
1 2 3 4 5 6 |
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']) |