Skip to content

Instantly share code, notes, and snippets.

@yaojenkuo
Created April 6, 2020 08:04
Show Gist options
  • Select an option

  • Save yaojenkuo/597d6d18f6845c39ed1eb7b204b26056 to your computer and use it in GitHub Desktop.

Select an option

Save yaojenkuo/597d6d18f6845c39ed1eb7b204b26056 to your computer and use it in GitHub Desktop.
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