News

This could easily be solved by using the indent parameter in the json.dumps method: return json.dumps(json_object, indent=4) I don't know if this can cause problems for other use cases than printing a ...