| 16 | } |
| 17 | |
| 18 | FormattedJson GenericInputFormat::getDefault() const { |
| 19 | return FormattedJson::ofType(Json::Type::Null); |
| 20 | } |
| 21 | |
| 22 | FormattedJson CommaSeparatedStrings::toJson(String const& input) const { |
| 23 | if (input.trim() == "") |
no test coverage detected