Created
April 6, 2020 08:04
-
-
Save yaojenkuo/597d6d18f6845c39ed1eb7b204b26056 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 | |
| response_text = response.text | |
| today_json = json.loads(response_text) | |
| print(type(response_text)) | |
| print(type(today_json)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment