import json array = '["ground beef", "onion", "frozen vegetables", "cream of mushroom soup", "condensed cream of mushroom & garlic soup"]' data = json.loads(array) print data
Standard input is empty
[u'ground beef', u'onion', u'frozen vegetables', u'cream of mushroom soup', u'condensed cream of mushroom & garlic soup']