From f39bdb29c5ed24ae02388d4f937c21026ad6d0f6 Mon Sep 17 00:00:00 2001 From: Connor Manning Date: Wed, 11 Mar 2015 18:50:28 -0500 Subject: [PATCH] Add libcurl/parsing sample. Fix formatting on a TOC entry and on a couple links. --- FAQ.mediawiki | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/FAQ.mediawiki b/FAQ.mediawiki index 81eddeb..afbe71b 100644 --- a/FAQ.mediawiki +++ b/FAQ.mediawiki @@ -16,8 +16,11 @@ Json::Reader reader(Json::Features::strictMode()); ``` 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? = -You need *commentStyle* `"None"`. See [issue #181](https://github.com/open-source-parsers/jsoncpp/issues/181). +== Why has the formatting changed to write a single value per line? == +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 = == Where are the API docs? == @@ -35,7 +38,7 @@ Almost. We plan to be. = Windows = == 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 = == Why are you using media wiki here? ==