Add libcurl/parsing sample. Fix formatting on a TOC entry and on a couple links.

Connor Manning 2015-03-11 18:50:28 -05:00
parent 1df7f99072
commit f39bdb29c5

@ -16,8 +16,11 @@ Json::Reader reader(Json::Features::strictMode());
``` ```
See e.g. [https://github.com/open-source-parsers/jsoncpp/issues/39 issue #39]. See e.g. [https://github.com/open-source-parsers/jsoncpp/issues/39 issue #39].
== Why has the formatting changed to write a single value per line? = == Why has the formatting changed to write a single value per line? ==
You need *commentStyle* `"None"`. See [issue #181](https://github.com/open-source-parsers/jsoncpp/issues/181). You need *commentStyle* `"None"`. See [https://github.com/open-source-parsers/jsoncpp/issues/181 issue #181].
== How can I query a webpage that returns JSON and parse the results? ==
[https://gist.github.com/connormanning/41efa6075515019e499c Here] is a code sample using [http://curl.haxx.se/libcurl/ libcurl] for HTTP functionality.
= Project = = Project =
== Where are the API docs? == == Where are the API docs? ==
@ -35,7 +38,7 @@ Almost. We plan to be.
= Windows = = Windows =
== error: ambiguous overload for `operator[]` in `Json::Value` == == error: ambiguous overload for `operator[]` in `Json::Value` ==
[Sorry](http://stackoverflow.com/questions/18901781/jsoncpp-ambiguous-overload-only-in-windows). Sorry. [http://stackoverflow.com/questions/18901781/jsoncpp-ambiguous-overload-only-in-windows See discussion].
= MediaWiki = = MediaWiki =
== Why are you using media wiki here? == == Why are you using media wiki here? ==