mirror of
https://github.com/nlohmann/json.git
synced 2026-03-26 02:42:46 +00:00
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.