Skip to content

Instantly share code, notes, and snippets.

@afaqk9394
Created March 4, 2020 18:05
Show Gist options
  • Save afaqk9394/8e22da1224e443c0b97ddd43d96fd640 to your computer and use it in GitHub Desktop.
Save afaqk9394/8e22da1224e443c0b97ddd43d96fd640 to your computer and use it in GitHub Desktop.
import json
with open('bookstore.json', 'r') as f:
bookstore_dict = json.load(f)
print(bookstore_dict['bookstore']['book'][0]['price'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment