Fixing issue #243

Jordan Bayles 2019-06-28 09:07:46 -07:00
parent 74aae641e2
commit 6fcda1a8e9

@ -9,7 +9,8 @@ You need this:
``` ```
set locale(LC_NUMERIC, "POSIX") 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? == == How can I get stricter JSON parsing? ==
``` ```
Json::Reader reader(Json::Features::strictMode()); Json::Reader reader(Json::Features::strictMode());
@ -37,12 +38,12 @@ See issue #236:
= Project = = Project =
== Where are the API docs? == == Where are the API docs? ==
In a separate repo, to minimize the size of the code repo. In a separate repo, to minimize the size of the code repo:
; source-code ; The repository:
: https://github.com/jacobsa/jsoncpp/ : https://github.com/open-source-parsers/jsoncpp-docs
; documentation ; The web browsable version:
: http://cdunn2001.github.io/json-cpp/ : http://open-source-parsers.github.io/jsoncpp-docs
: https://github.com/cdunn2001/json-cpp
== Are you up-to-date with Chromium patches? == == Are you up-to-date with Chromium patches? ==
Almost. We plan to be. Almost. We plan to be.
== Where are older questions and issues? == == Where are older questions and issues? ==