- 10 Mar, 2019 2 commits
-
-
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 2 commits
-
-
lieff authored
closes https://github.com/nlohmann/json/issues/670
-
njlr authored
* Updates Buckaroo instructions to v2
-
- 22 Feb, 2019 1 commit
-
-
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
-
- 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 1 commit
-
-
Mark Beckwith authored
Just another small typo I found in the README.
-
- 22 Jan, 2019 1 commit
-
-
Matěj Plch authored
in example of NLOHMANN_JSON_SERIALIZE_ENUM
-
- 20 Jan, 2019 4 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.
-
-
- 19 Jan, 2019 5 commits
-
-
scinart authored
-
Niels Lohmann authored
-
Niels Lohmann authored
allow push_back() and pop_back() calls on json_pointer
-
scinart authored
-
scinart authored
serializer use fixed buffer. Whenever it is nearly full, it is flushed to `output_adapter_t<char> o` But the code forgets to flush when there is a invalid utf8 code point So there will be buffer overflow.
-
- 15 Jan, 2019 5 commits
-
-
Niels Lohmann authored
🚨 fixed unused variable warning -
Niels Lohmann authored
Add instructions about using nlohmann/json with the conda package manager
-
Patrick Boettcher authored
Since 6503e83e "Improve dump_integer performance by implementing a more efficient int2ascii" an unused variable and thus a warning existed.
-
Patrick Boettcher authored
Putting pop_back() to public and creating a trivial push_back() method allows users of nlohmann::json_pointer to manipulate an existing json-pointer by adding or removing keys at the end. This is useful for traversing a JSON-instance and keeping track of its "absolute path" at any moment. In my case for a schema-validator error-handler.
-
Bruno Oliveira authored
-
- 13 Jan, 2019 6 commits
-
-
Niels Lohmann authored
Closes #1400.
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Closes #1405
-
Niels Lohmann authored
- Catch 1.12.0 -> 1.12.2 - Google Benchmark 1.3.0 -> 1.4.1
-
Niels Lohmann authored
Improve dump_integer performance
-
- 12 Jan, 2019 1 commit
-
-
Niels Lohmann authored
Fix x64 target platform for appveyor
-