json/benchmark/parse.cc

9 lines
79 B
C++
Raw Normal View History

2014-12-29 21:13:03 +01:00
#include "JSON.h"
int main()
{
JSON j;
j << std::cin;
return 0;
}