python get part of jason from string

Solutions on MaxInterview for python get part of jason from string by the best coders in the world

showing results for - "python get part of jason from string"
Nicolas
02 Jun 2017
1resp_dict = json.loads(the_string)
2
3resp_dict['name'] # "ns1:timeSeriesResponseType"
4
5resp_dict['value']['queryInfo']['creationTime'] # 1349724919000
6
similar questions
queries leading to this page
python get part of jason from string