Last active
March 24, 2021 11:17
-
-
Save thigm85/0e3985341cbcf34eb221616e093f2192 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 requests, json | |
| data = json.loads( | |
| requests.get("https://thigm85.github.io/data/mind/mind_demo_fields_parsed.json").text | |
| ) | |
| data[0] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment