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")
```
''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? ==