added serialization to fuzz testing

This commit is contained in:
Niels 2016-02-14 21:36:56 +01:00
parent a3eecdc383
commit 7f4736b546

View file

@ -22,6 +22,7 @@ int main()
try try
{ {
json j(std::cin); json j(std::cin);
std::cout << j << std::endl;
} }
catch (std::invalid_argument &e) catch (std::invalid_argument &e)
{ {