From 7673d01077f4aa5f0c2a6c9233833f84fd32502e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eefik=20Serangil?= Date: Mon, 10 Feb 2020 20:24:05 +0300 Subject: [PATCH] string to json --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f19ef48..7eb1e76 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ Then, you can retrieve the fields of the response object easily in Python. ```python import json +demography = json.loads(demography) print("Age: ",demography["age"]) ```