- 12 May, 2020 1 commit
-
-
Niels Lohmann authored
Fix Coveralls integration
-
- 11 May, 2020 8 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 10 May, 2020 1 commit
-
-
Niels Lohmann authored
-
- 08 May, 2020 1 commit
-
-
Niels Lohmann authored
-
- 04 May, 2020 2 commits
-
-
Niels Lohmann authored
Use external test data
-
Niels Lohmann authored
-
- 03 May, 2020 3 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
Remove Doozer CI
-
Niels Lohmann authored
-
- 02 May, 2020 6 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
fix #1982:json_pointer.contains() exception is incorrectly raised
-
Niels Lohmann authored
-
- 01 May, 2020 14 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Merge branches 'develop' and 'external_test_data' of https://github.com/nlohmann/json into external_test_data
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Fix README.md. Missing ```
-
ArthurSonzogni authored
About pull request: https://github.com/nlohmann/json/pull/2074 An error has been introduced by accepting the suggestions: https://github.com/ArthurSonzogni/json/commit/4be4a038ccd17aab0a4cc85200a6a0b41e1cccf2 One was about removing ~~~, but it was meant to be replaced by ``` in reality. This caused the README.md to be slightly broken.
-
Niels Lohmann authored
-
Niels Lohmann authored
Fix error message about invalid surrogate pairs
-
Niels Lohmann authored
Add CMake fetchcontent documentation and tests
-
- 30 Apr, 2020 3 commits
-
-
Rimas Misevičius authored
-
Rimas Misevičius authored
-
Rimas Misevičius authored
I tested following strings with invalid surrogate pair and unpaired surrogate in files: 1. `"a\uD800\uD800x"` 2. `"a\uD800x"` The error messge was: "... invalid string: surrogate U+DC00..U+DFFF must be followed by U+DC00..U+DFFF; ..." I think it must be: "... invalid string: surrogate U+D800..U+DBFF must be followed by U+DC00..U+DFFF; ..."
-
- 29 Apr, 2020 1 commit
-
-
Arthur Sonzogni authored
Co-Authored-By: Niels Lohmann <niels.lohmann@gmail.com>
-