Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #6423
Ticket #6423
: source.cpp
File source.cpp,
167 bytes
(added by
anonymous
,
11 years ago
)
Line
1
#include
<iostream>
2
#include
<boost/property_tree/json_parser.hpp>
3
4
void
f
(){
5
boost
::
property_tree
::
ptree
pt
;
6
boost
::
property_tree
::
read_json
(
std
::
cin
,
pt
);
7
}
Download in other formats:
Original Format