Commit 7f4736b5 authored by Niels's avatar Niels

added serialization to fuzz testing

parent a3eecdc3
......@@ -22,6 +22,7 @@ int main()
try
{
json j(std::cin);
std::cout << j << std::endl;
}
catch (std::invalid_argument &e)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment