import json array = '{"fruits": ["apple", "banana", "orange"]}'data = json.loads(array)fruits_list = data['fruits']print fruits_list
Standard input is empty
[u'apple', u'banana', u'orange']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!