- 26 Oct, 2018 1 commit
-
-
Niels Lohmann authored
-
- 25 Oct, 2018 4 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 24 Oct, 2018 6 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
- added fuzz testers - added some reference files - made an exception text more clear
-
https://github.com/julian-becker/jsonNiels Lohmann authored
Merge branch 'feature/bson' of https://github.com/julian-becker/json into julian-becker-feature/bson
-
Niels Lohmann authored
-
Niels Lohmann authored
Allow to set error handler for decoding errors
-
- 23 Oct, 2018 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
Thanks @abolz!
-
- 22 Oct, 2018 3 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
- 21 Oct, 2018 2 commits
-
-
Niels Lohmann authored
Test every prefix of Unicode sequences against the different dump functions.
-
Niels Lohmann authored
-
- 18 Oct, 2018 4 commits
-
-
Julian Becker authored
BSON: Improved exception-related tests and report location of U+0000 in the key-string as part of `out_of_range.409`-message
-
Niels Lohmann authored
add new is_constructible_* traits used in from_json
-
Niels Lohmann authored
Add Meson related info to README
-
Julian Becker authored
-
- 17 Oct, 2018 6 commits
-
-
Julian Becker authored
-
Kostiantyn Ponomarenko authored
Add more information about how one can get a Meson wrap file. Signed-off-by:
Kostiantyn Ponomarenko <konstantin.ponomarenko@gmail.com>
-
https://github.com/nlohmann/jsonJulian Becker authored
Conflicts: include/nlohmann/detail/input/binary_reader.hpp single_include/nlohmann/json.hpp src/unit-bson.cpp
-
Niels Lohmann authored
Improve diagnostic messages for binary formats
-
Niels Lohmann authored
This commit is the equivalent of #1282 for CBOR, MessagePack, and UBJSON.
-
Théo DELRIEU authored
-
- 16 Oct, 2018 5 commits
-
-
Julian Becker authored
BSON: throw `json.exception.out_of_range.409` in case a key to be serialized to BSON contains a U+0000
-
Niels Lohmann authored
Proof of concept; currently only as parameter to the internal dump_escaped function; that is, not yet exposed to the dump function.
-
Julian Becker authored
-
Julian Becker authored
BSON: throw json.exception.out_of_range.407 in case a value of type `std::uint64_t` is serialized to BSON. Also, added a missing EOF-check to binary_reader.
-
Théo DELRIEU authored
is_compatible_* traits were used in from_json, but it made no sense whatsoever. It used to work because of non-SFINAE correctness + json_ref unconstrained variadic template constructor. SFINAE checks are becoming quite complex, we need a specification of some sort describing: * which concepts the library uses * how the conversion to/from json works in detail Having such a specification would really help simplifying the current code (as well as having meaningful checks). Fixes !1299
-
- 12 Oct, 2018 2 commits
-
-
Niels Lohmann authored
add constraints for variadic json_ref constructors
-
Théo DELRIEU authored
Fixes #1292
-
- 08 Oct, 2018 3 commits
-
-
Niels Lohmann authored
Improve diagnostic messages
-
Niels Lohmann authored
Removed linter warnings
-
Niels Lohmann authored
-
- 07 Oct, 2018 2 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-