This website requires JavaScript.
Explore
Help
Sign In
External
/
json
Watch
8
Star
0
Fork
0
You've already forked json
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
bf768d96d9
json
/
benchmark
/
parse.cc
9 lines
79 B
C++
Raw
Normal View
History
Unescape
Escape
renamed class from "JSON" to "son"
2015-01-04 22:43:25 +03:00
#
include
"json.h"
+ fixed a bug in the stream input
2014-12-29 23:13:03 +03:00
int
main
(
)
{
renamed class from "JSON" to "son"
2015-01-04 22:43:25 +03:00
json
j
;
+ fixed a bug in the stream input
2014-12-29 23:13:03 +03:00
j
<
<
std
:
:
cin
;
return
0
;
}
Reference in New Issue
Copy Permalink