Python usage example: import json with open('filename.json') as f: items = json.load(f) print(items['AK-47 | Slate (Minimal Wear)'])