Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 150 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 150 Bytes

Python usage example:

import json

with open('filename.json') as f:
  items = json.load(f)

print(items['AK-47 | Slate (Minimal Wear)'])