This small example runs into an exception ("invalid UTF-8 byte at index..."): ``` nlohmann::json test; test["Value"] = "Für"; cout << test.dump().c_str(); ```
This small example runs into an exception ("invalid UTF-8 byte at index..."):