mirror of
https://github.com/nlohmann/json.git
synced 2025-01-19 07:43:03 +08:00
8feaf8dc94
- If an overflow occurs during parsing a number from a JSON text, an exception (std::out_of_range for the moment, to be replaced by a user-defined exception #244) is thrown so that the overflow is detected early and roundtripping is guaranteed. - NaN and INF floating-point values can be stored in a JSON value and are not replaced by null. That is, the basic_json class behaves like double in this regard (no exception occurs). However, NaN and INF are serialized to “null”. - Adjusted test cases appropriately. |
||
---|---|---|
.. | ||
fuzzer-driver_afl.cpp | ||
fuzzer-parse_cbor.cpp | ||
fuzzer-parse_json.cpp | ||
fuzzer-parse_msgpack.cpp | ||
prefix.hpp | ||
unit-algorithms.cpp | ||
unit-allocator.cpp | ||
unit-capacity.cpp | ||
unit-cbor.cpp | ||
unit-class_const_iterator.cpp | ||
unit-class_iterator.cpp | ||
unit-class_lexer.cpp | ||
unit-class_parser.cpp | ||
unit-comparison.cpp | ||
unit-concepts.cpp | ||
unit-constructor1.cpp | ||
unit-constructor2.cpp | ||
unit-convenience.cpp | ||
unit-conversions.cpp | ||
unit-deserialization.cpp | ||
unit-element_access1.cpp | ||
unit-element_access2.cpp | ||
unit-inspection.cpp | ||
unit-iterator_wrapper.cpp | ||
unit-iterators1.cpp | ||
unit-iterators2.cpp | ||
unit-json_patch.cpp | ||
unit-json_pointer.cpp | ||
unit-meta.cpp | ||
unit-modifiers.cpp | ||
unit-msgpack.cpp | ||
unit-noexcept.cpp | ||
unit-pointer_access.cpp | ||
unit-readme.cpp | ||
unit-reference_access.cpp | ||
unit-regression.cpp | ||
unit-serialization.cpp | ||
unit-testsuites.cpp | ||
unit-udt.cpp | ||
unit-unicode.cpp | ||
unit.cpp |