Advertisement
Guest User

Untitled

a guest
May 28th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. value = json_response['key1']['key2']
  2.  
  3. key_array = [key1, key2, key3]
  4.  
  5. json_object
  6. key_array = [key1, key2, key3]
  7.  
  8. value = eval("json_object" + "[key1][key2][key3]")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement