added serialization to fuzz testing
This commit is contained in:
parent
a3eecdc383
commit
7f4736b546
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue