diff --git a/FAQ.mediawiki b/FAQ.mediawiki index 3ff005e..f713cb8 100644 --- a/FAQ.mediawiki +++ b/FAQ.mediawiki @@ -9,7 +9,8 @@ You need this: ``` set locale(LC_NUMERIC, "POSIX") ``` -''after'' any other locale changes. Here is [http://stackoverflow.com/questions/3457968/snprintf-simple-way-to-force-as-radix more info], our [https://github.com/jacobsa/jsoncpp/pull/2 discussion], and [https://gist.github.com/cdunn2001/61bc4a05ce906492defd an example]. +''after'' any other locale changes. Here is [http://stackoverflow.com/questions/3457968/snprintf-simple-way-to-force-as-radix more info]. + == How can I get stricter JSON parsing? == ``` Json::Reader reader(Json::Features::strictMode()); @@ -37,12 +38,12 @@ See issue #236: = Project = == Where are the API docs? == -In a separate repo, to minimize the size of the code repo. -; source-code -: https://github.com/jacobsa/jsoncpp/ -; documentation -: http://cdunn2001.github.io/json-cpp/ -: https://github.com/cdunn2001/json-cpp +In a separate repo, to minimize the size of the code repo: +; The repository: +: https://github.com/open-source-parsers/jsoncpp-docs +; The web browsable version: +: http://open-source-parsers.github.io/jsoncpp-docs + == Are you up-to-date with Chromium patches? == Almost. We plan to be. == Where are older questions and issues? ==