feat(Data): Add JSONRowFormatter #3602

This commit is contained in:
Alex Fabijanic
2022-05-22 12:41:34 -07:00
parent 78558f868d
commit ebeef47a8c
11 changed files with 439 additions and 16 deletions

View File

@@ -77,4 +77,10 @@ void RowFormatter::reset()
}
void RowFormatter::adjustPrefix() const
{
return;
}
} } // namespace Poco::Data