1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-29 07:03:02 +04:00
Files
json/benchmark/parse.cc
T
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;
}