From 6fcda1a8e951792246607c6f3824e1f1cf3f82ea Mon Sep 17 00:00:00 2001 From: Jordan Bayles Date: Fri, 28 Jun 2019 09:07:46 -0700 Subject: [PATCH] Fixing issue #243 --- FAQ.mediawiki | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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? ==