-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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:
- The repository:
- The web browsable version:
Almost. We plan to be.
Sorry. See discussion.
How to Fix :
The shebang (top line) is preventing windows from running the script correctly.
Take out the shebang on windows and run the command with
py amalgamate.py COMMAND_LINE_ARGUMENTS
Thanks @TheMaverickProgrammer in Issue#1129
Try ideas in issue #243:
Because it provides a nice TOC for all the questions.