- 10 May, 2017 3 commits
-
-
Jay Sistar authored
-
Jay Sistar authored
-
Niels Lohmann authored
Test cases succeed as expected, but the example in #367 is not fully realized yet.
-
- 07 May, 2017 2 commits
-
-
Niels Lohmann authored
An optional parameter for dump() allows to set the character to use for indentation (default: space). In case a JSON value is serialized to an output stream, its fill character is used (and can be set with std::setfill).
-
Niels Lohmann authored
I forgot to consider the offset.
-
- 05 May, 2017 3 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 03 May, 2017 1 commit
-
-
Niels Lohmann authored
-
- 24 Apr, 2017 2 commits
-
-
Niels Lohmann authored
a simple acceptor function
-
Niels Lohmann authored
-
- 23 Apr, 2017 9 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
The documentation mismatched the actual code.
-
Niels Lohmann authored
needed for VS2015.3 with /std:c++latest
-
Niels Lohmann authored
-
Niels Lohmann authored
Default arguments are forbidden in lambdas.
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Creates all well-formed sequences of bytes up to length 4. Furthermore, creates ill-formed sequences by removing required trailing bytes or changing bytes. As the tests can take a lot of time, preprocessor symbols are introduced.
-
Niels Lohmann authored
-
- 22 Apr, 2017 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 21 Apr, 2017 1 commit
-
-
Niels Lohmann authored
As I learned in https://github.com/melpon/wandbox/issues/209, this library is already installed at Wandbox, so we need to adjust the examples to use `#include "json.hpp"` insteas of `#include <json.hpp>`.
-
- 15 Apr, 2017 1 commit
-
-
Niels Lohmann authored
-
- 14 Apr, 2017 5 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
std::setw needs the iomanip header (at least with GCC).
-
Niels Lohmann authored
The example with the size() operator is bad: using operator[] already changes the size of the object. The fix makes it clearer.
-
Niels Lohmann authored
These files were never meant to be versioned.
-
- 12 Apr, 2017 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 11 Apr, 2017 3 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
Taken from https://github.com/travis-ci/docs-travis-ci-com/pull/746/files.
-
Niels Lohmann authored
-
- 10 Apr, 2017 1 commit
-
-
Niels Lohmann authored
-
- 09 Apr, 2017 5 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
These classes are now constructed with an interface adapter. This moves complexity from various places into the interface adapter class, or to some factories which now implement the different flavors of input. Furthermore, input adapters are kept in std::shared_ptr to avoid the need of manual deletion.
-
Niels Lohmann authored
-
Niels Lohmann authored
-