Files
json/benchmark/parse.cc
T

9 lines
79 B
C++

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