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