forked from open-source-parsers/jsoncpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Christopher Dunn edited this page Jul 1, 2015
·
13 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());
You need *commentStyle* `"None"`. See issue #181.
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.