mirror of
https://github.com/nlohmann/json.git
synced 2026-04-20 23:09:30 +00:00
+ fixed a bug in the stream input
This commit is contained in:
8
benchmark/parse.cc
Normal file
8
benchmark/parse.cc
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "JSON.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
JSON j;
|
||||
j << std::cin;
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user