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? ==