- 13 Mar, 2019 1 commit
-
-
Niels Lohmann authored
CMake: Optional Install if Embedded
-
- 11 Mar, 2019 7 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
Add operator/= and operator/ to construct a JSON pointer by appending two JSON pointers
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Fix gcc9 build error test/src/unit-allocator.cpp (Issue #1472)
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 10 Mar, 2019 5 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Use C++11 features supported by CMake 3.1.
-
Niels Lohmann authored
Update Buckaroo instructions in README.md
-
Niels Lohmann authored
fix GCC 7.1.1 - 7.2.1 on CentOS
-
- 25 Feb, 2019 5 commits
-
-
lieff authored
closes https://github.com/nlohmann/json/issues/670
-
njlr authored
* Updates Buckaroo instructions to v2
-
garethsb-sony authored
-
garethsb-sony authored
-
garethsb-sony authored
Rename private json_pointer::is_root as public json_pointer::empty for consistency with std::filesystem::path
-
- 22 Feb, 2019 2 commits
-
-
Laurent Stacul authored
-
Niels Lohmann authored
Fix typo in README.md
-
- 21 Feb, 2019 1 commit
-
-
Isaac Nickaein authored
Fixes https://github.com/nlohmann/json/issues/1486.
-
- 13 Feb, 2019 4 commits
-
-
Niels Lohmann authored
Implement contains() member function
-
Niels Lohmann authored
Fix documentation
-
Isaac Nickaein authored
-
Isaac Nickaein authored
-
- 11 Feb, 2019 1 commit
-
-
Isaac Nickaein authored
Remove two instance of duplicate paragraphs.
-
- 10 Feb, 2019 2 commits
-
-
Niels Lohmann authored
Disable Clang -Wmismatched-tags warning on tuple_size / tuple_element
-
Niels Lohmann authored
Disable installation when used as meson subproject. #1463
-
- 31 Jan, 2019 2 commits
-
-
garethsb-sony authored
-
garethsb-sony authored
Add operator/= and operator/ to construct a JSON pointer by appending two JSON pointers, as well as convenience op/= and op= to append a single unescaped token or array index; inspired by std::filesystem::path
-
- 30 Jan, 2019 2 commits
-
-
past-due authored
-
Elvis Oric authored
-
- 25 Jan, 2019 2 commits
-
-
Niels Lohmann authored
remove extra semicolon from readme
-
Niels Lohmann authored
docs: README typo
-
- 24 Jan, 2019 2 commits
-
-
Mark Beckwith authored
Just another small typo I found in the README.
-
Patrick Boettcher authored
-
- 22 Jan, 2019 1 commit
-
-
Matěj Plch authored
in example of NLOHMANN_JSON_SERIALIZE_ENUM
-
- 20 Jan, 2019 3 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
Closes #1447.
-
Niels Lohmann authored
attempt to fix #1445, flush buffer in serializer::dump_escaped in UTF8_REJECT case.
-