Created
March 4, 2020 18:05
-
-
Save afaqk9394/8e22da1224e443c0b97ddd43d96fd640 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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