This website requires JavaScript.
Explore
Help
Sign In
j3d1
/
json
Watch
1
Star
0
Fork
You've already forked json
0
Code
Issues
Pull requests
Releases
Wiki
Activity
0cd2ecf48f
json
/
benchmark
/
parse.cc
9 lines
89 B
C++
Raw
Normal View
History
Unescape
Escape
renamed class from "JSON" to "son"
2015-01-04 19:43:25 +00:00
#
include
"json.h"
+ fixed a bug in the stream input
2014-12-29 20:13:03 +00:00
int
main
(
)
{
moved class into "nlohmann" namespace - fixed issue #9 - also removed std::mutex member variable - also added “std::” prefix to size_t variables
2015-01-06 17:41:24 +00:00
nlohmann
:
:
json
j
;
+ fixed a bug in the stream input
2014-12-29 20:13:03 +00:00
j
<
<
std
:
:
cin
;
return
0
;
}
Reference in a new issue
Copy permalink