- 23 Jun, 2020 1 commit
-
-
Niels Lohmann authored
Use unsigned indizies for array index in json pointer
-
- 22 Jun, 2020 1 commit
-
-
Thomas Braun authored
The current code uses std::stoi to convert the input string to an int array_index. This limits the maximum addressable array size to ~2GB on most platforms. But all callers immediately convert the result of array_index to BasicJsonType::size_type. So let's parse it as unsigned long long, which allows us to have as big arrays as available memory. And also makes the call sites nicer to read. One complication arises on platforms where size_type is smaller than unsigned long long. We need to bail out on these if the parsed array index does not fit into size_type.
-
- 21 Jun, 2020 2 commits
-
-
Niels Lohmann authored
C++20 support by removing swap specialization
-
Niels Lohmann authored
Add option to not rely on Internet connectivity during test stage
-
- 20 Jun, 2020 4 commits
-
-
Thomas Braun authored
Forgotten in dcd3a6c6 (move the catch of std::invalid_argument into array_index(), 2020-03-23).
-
Niels Lohmann authored
-
-
Niels Lohmann authored
Serialize floating-point numbers with 32 bit when possible (MessagePack)
-
- 19 Jun, 2020 1 commit
-
-
Niels Lohmann authored
-
- 18 Jun, 2020 1 commit
-
-
Niels Lohmann authored
-
- 17 Jun, 2020 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 16 Jun, 2020 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 14 Jun, 2020 3 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 12 Jun, 2020 1 commit
-
-
Niels Lohmann authored
Improve parse_ubjson_fuzzer
-
- 10 Jun, 2020 1 commit
-
-
Tanuj Garg authored
-
- 09 Jun, 2020 3 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Add input adapter tests
-
- 08 Jun, 2020 1 commit
-
-
Niels Lohmann authored
🏁 fix for MSVC (see https://github.com/nlohmann/json/pull/2178#issuecomment-640622532)
-
- 07 Jun, 2020 9 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
Fix warnings
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 06 Jun, 2020 3 commits
-
-
Guillaume Racicot authored
-
Guillaume Racicot authored
-
Niels Lohmann authored
-
- 05 Jun, 2020 5 commits
-
-
Niels Lohmann authored
Fix Issue#1813: user defined input adapters
-
Niels Lohmann authored
-
Niels Lohmann authored
Fix PR#1006
-
chenguoping authored
-
chenguoping authored
-