def jsonize(data): return json.dumps(data, sort_keys=False, indent=4) # Checks if the meta has a date. If it doesn't # it updates it. If a date is found, the oldest # date will get saved.