json/benchmark/parse.cc
2015-01-04 20:43:25 +01:00

9 lines
79 B
C++

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