json/include/nlohmann/detail
Rimas Misevičius 6815968a42 Fix error message about invalid surrogate pairs
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; ..."
2020-05-01 00:23:04 +03:00
..
conversions 🚨 fix compiler warnings #2049 2020-04-19 13:01:36 +02:00
input Fix error message about invalid surrogate pairs 2020-05-01 00:23:04 +03:00
iterators Add binary type support to all binary file formats, as well as an internally represented binary type 2020-04-14 10:22:45 -04:00
meta typo fix 2020-04-12 23:42:26 +03:00
output 🐛 properly pass serialize_binary to dump function #2067 2020-04-27 15:10:23 +02:00
exceptions.hpp 🚚 rename Hedley macros 2019-07-01 22:37:30 +02:00
json_pointer.hpp Merge pull request #1990 from dota17/json_pointer 2020-04-13 13:29:33 +02:00
json_ref.hpp 💚 fix CI and #1521 2019-03-17 15:20:22 +01:00
macro_scope.hpp Add binary type support to all binary file formats, as well as an internally represented binary type 2020-04-14 10:22:45 -04:00
macro_unscope.hpp 🔨 add NLOHMANN_JSON prefix and undef macros 2019-07-01 22:24:39 +02:00
value_t.hpp Add binary type support to all binary file formats, as well as an internally represented binary type 2020-04-14 10:22:45 -04:00