From 97231a04e6e4970612efcc0b7e0c125a83e3de6e Mon Sep 17 00:00:00 2001 From: Tristan Himmelman Date: Tue, 24 Nov 2015 13:45:20 -0400 Subject: [PATCH] updated test json --- sample_keypath_json | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) 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