-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Christopher Dunn edited this page Jun 3, 2018
·
17 revisions
We are switching to C++11 only. But our old code still works on old compilers. See the pre-C++11 branch, which will be in light-maintenance-only mode.
https://sourceforge.net/p/jsoncpp/discussion/483465/thread/24cb7c88/
You need this:
set locale(LC_NUMERIC, "POSIX")
Json::Reader reader(Json::Features::strictMode());
(With more recent code, set strictmode in settings.)
You need *commentStyle* `"None"`. See issue #181.
If you set indentation to `""`, then newlines are also omitted.
- https://github.com/BillyDonahue/jsoncpp_issue_762/blob/master/verify.cpp
- https://github.com/open-source-parsers/jsoncpp/issues/762
Here is a code sample using libcurl for HTTP functionality.
See issue #236:
In a separate repo, to minimize the size of the code repo.
- source-code
- documentation
Almost. We plan to be.
Sorry. See discussion.
Try ideas in issue #243:
Because it provides a nice TOC for all the questions.