- 31 May, 2018 2 commits
-
-
Matthias Möller authored
-
Matthias Möller authored
-
- 28 May, 2018 5 commits
-
-
Niels Lohmann authored
-
-
Niels Lohmann authored
out_of_range exceptions where unexpected before - the parser used to crash in these situations...
-
Niels Lohmann authored
Provide a from_json overload for std::map
-
Théo DELRIEU authored
This overload is chosen only when BasicJsonType::string_t is not constructible from std::map::key_type. Currently, converting a map to json treats it as an array of pairs. fixes #1079
-
- 27 May, 2018 5 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 26 May, 2018 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 17 May, 2018 3 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 06 May, 2018 3 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 04 May, 2018 1 commit
-
-
Niels Lohmann authored
fix typo in README
-
- 03 May, 2018 6 commits
-
-
martin-mfg authored
The README says: > "The library itself contains of a single header file ..." I guess "consists of a" is the wording that was intended here. Alternatively, "contains a" might also be what was intended. Either way, I think both versions work equally well and thus choose the one that I believe was intended.
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 29 Apr, 2018 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 22 Apr, 2018 1 commit
-
-
Niels Lohmann authored
-
- 17 Apr, 2018 3 commits
-
-
Niels Lohmann authored
Fix typo
-
Jan Schöppach authored
-
Jan Schöppach authored
-
- 10 Apr, 2018 6 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
Misc cmake packaging enhancements
-
Chuck Atkins authored
CMake convention is to use a project namespace, i.e. Foo::, for imported targets. When multiple targets are imported from a project, this looks like Foo::Bar1 Foo::Bar2, etc. This adds the nlohmann_json:: namespace to the exported target names. This also allows the generated project config files to be used from the build directory instead of just the install directory.
-
Niels Lohmann authored
Fixed incorrect LLVM version number in README
-
James Upjohn authored
clang-900.0.39.2 is from LLVM 9.0.0, not 8.1.0
-
- 09 Apr, 2018 1 commit
-
-
Chuck Atkins authored
-