I have this JSON in a file:
{ \"maps\": [ { \"id\": \"blabla\", \"iscategorical\
data = [] with codecs.open('d:\output.txt','rU','utf-8') as f: for line in f: data.append(json.loads(line))