Skip to content

Instantly share code, notes, and snippets.

@afaqk9394
Created March 4, 2020 19:01
Show Gist options
  • Save afaqk9394/fcb1f968522ba63cc5b656301dce1ab9 to your computer and use it in GitHub Desktop.
Save afaqk9394/fcb1f968522ba63cc5b656301dce1ab9 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]['_category'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment