cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
web api, loading json data
web api, loading json data
Sep 11, 2014 at 12:48pm UTC
cppeter
(11)
I have been searching for a while now how to load a web api (Json data) in c++.
For example:
http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/4.5_week.geojson
Does someone know a decent tutorial, or can someone help me with a bit of coding?
Sep 11, 2014 at 12:50pm UTC
LB
(13399)
You need to find a library that loads the JSON for you.
Last edited on
Sep 11, 2014 at 1:37pm UTC
Sep 11, 2014 at 1:35pm UTC
coder777
(8444)
boost supports json:
http://www.boost.org/doc/libs/1_56_0/doc/html/property_tree.html
Topic archived. No new replies allowed.