with open(source_file) as source: json_source = source.read() data = json.loads('[{}]'.format(json_source))