This project is mirrored from https://github.com/nlohmann/json.git.
Pull mirroring updated .
- 05 Oct, 2017 1 commit
-
-
Niels Lohmann authored
-
- 04 Oct, 2017 1 commit
-
-
Niels Lohmann authored
-
- 26 Sep, 2017 1 commit
-
-
gregmarr authored
-
- 21 Aug, 2017 1 commit
-
-
Niels Lohmann authored
-
- 15 Aug, 2017 1 commit
-
-
Niels Lohmann authored
-
- 10 Aug, 2017 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 09 Aug, 2017 1 commit
-
-
Markus Werle authored
s/to to/to/
-
- 31 Jul, 2017 1 commit
-
-
dan-42 authored
-
- 30 Jul, 2017 1 commit
-
-
Niels Lohmann authored
-
- 09 Jul, 2017 2 commits
-
-
Niels Lohmann authored
As <iostream> is not included in json.hpp any more, all code examples need to include <iostream> now.
-
Niels Lohmann authored
Maybe the simple approach is working now - at least it is in https://github.com/taocpp/PEGTL/blob/master/.travis.yml
-
- 08 Jul, 2017 1 commit
-
-
Niels Lohmann authored
-
- 07 Jul, 2017 1 commit
-
-
Niels Lohmann authored
Removed deprecated documentation of the comparison operator.
-
- 21 Jun, 2017 1 commit
-
-
Niels Lohmann authored
-
- 20 Jun, 2017 1 commit
-
-
Niels Lohmann authored
-
- 17 Jun, 2017 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 10 Jun, 2017 1 commit
-
-
Niels Lohmann authored
-
- 06 Jun, 2017 1 commit
-
-
Niels Lohmann authored
-
- 15 May, 2017 1 commit
-
-
Niels Lohmann authored
-
- 08 May, 2017 3 commits
-
-
Jay Sistar authored
-
Jay Sistar authored
-
Jay Sistar authored
-
- 03 May, 2017 1 commit
-
-
Niels Lohmann authored
-
- 23 Apr, 2017 2 commits
-
-
Niels Lohmann authored
The documentation mismatched the actual code.
-
Niels Lohmann authored
-
- 11 Apr, 2017 1 commit
-
-
Niels Lohmann authored
-
- 30 Mar, 2017 1 commit
-
-
Niels Lohmann authored
-
- 28 Mar, 2017 1 commit
-
-
Niels Lohmann authored
-
- 25 Mar, 2017 2 commits
-
-
Niels Lohmann authored
To have nothrow-copy-constructible exceptions, we inherit from std::runtime_error which can cope with arbitrary-length error messages. Intermediate strings are built with static functions and then passed to the actual constructor.
-
Niels Lohmann authored
-
- 24 Mar, 2017 1 commit
-
-
Niels Lohmann authored
-
- 23 Mar, 2017 1 commit
-
-
Berkus Decker authored
-
- 22 Mar, 2017 1 commit
-
-
Niels Lohmann authored
-
- 16 Mar, 2017 1 commit
-
-
Alexander “weej” Jones authored
-
- 11 Mar, 2017 1 commit
-
-
Niels Lohmann authored
Ran “make pretty” and added a note to the README file.
-
- 03 Mar, 2017 1 commit
-
-
Niels Lohmann authored
-
- 01 Mar, 2017 2 commits
-
-
Niels Lohmann authored
I created a wiki page https://github.com/nlohmann/json/wiki/Road-toward-3.0.0 to describe the transition toward version 3.0.0. On this page, all API-breaking changes shall be documented.
-
Niels Lohmann authored
The library does not preserve the insertion order of object keys. There are frequent requests to change the library in this aspect. The README and the contribution guidelines now contain links to containers that can be used to replace std::map to preserve the insertion order.
-