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"]) ```