json/benchmark/parse.cc
2014-12-29 21:13:03 +01:00

9 lines
79 B
C++

#include "JSON.h"
int main()
{
JSON j;
j << std::cin;
return 0;
}