#!/usr/bin/env python3 import json with open ('dump.txt', 'r') as f: body = json.load(f) print(body)