static String prettyJson(String json, {int indent = 2}) => JsonEncoder.withIndent(" " * indent).convert(jsonDecode(json));