diff --git a/sample_keypath_json b/sample_keypath_json index e4e2dfc..2a7de35 100644 --- a/sample_keypath_json +++ b/sample_keypath_json @@ -1,23 +1,25 @@ { - "data": { - "location": "Toronto, Canada", - "three_day_forecast": [ - { - "conditions": "Partly cloudy", - "day" : "Monday", - "temperature": 20 - }, - { - "conditions": "Showers", - "day" : "Tuesday", - "temperature": 22 - }, - { - "conditions": "Sunny", - "day" : "Wednesday", - "temperature": 28 - } - ] + "response": { + "data": { + "location": "Toronto, Canada", + "three_day_forecast": [ + { + "conditions": "Partly cloudy", + "day" : "Monday", + "temperature": 20 + }, + { + "conditions": "Showers", + "day" : "Tuesday", + "temperature": 22 + }, + { + "conditions": "Sunny", + "day" : "Wednesday", + "temperature": 28 + } + ] + } } } \ No newline at end of file