mirror of
https://github.com/nlohmann/json.git
synced 2026-05-10 08:15:23 +00:00
569d275f65
We had a lot of issues with failing roundtrips (i.e., parse errors from serializations) in case string were stored in the library that were not UTF-8 encoded. This PR adds an exception in this case.