@override String computeOperation(Object? json) { if (json == null) return 'null'; var withIndent = getParameter(0, false, parseBool)!; return encodeJSON(json, withIndent: withIndent); }