#4271: Use OS independent utf8 string representation of std_fs::path at to_j…
According to #4271.
std::filesystem::path::string method uses system-dependent native format. String type is always UTF8 format, by the json docs. So we force encoding to be UTF8.
🔴 Amalgamation check failed! 🔴
The source code has not been amalgamated. @zel1b08a Please read and follow the Contribution Guidelines.
Please run make amalgamate with Astyle (http://astyle.sourceforge.net) 3.1 installed.
The exception could come from the conversion of std::u8string to JSON. As std::u8string is not supported, the string is treated like a sequence of bytes and converted to an array.
coverage: 99.649%. remained the same when pulling c859d643d68e0102ce4adab064c599db3449d0d3 on zel1b08a:patch-1 into 9f60e855576bb1e95f39ab23b3821982cccb0bab on nlohmann:develop.
🔴 Amalgamation check failed! 🔴
The source code has not been amalgamated. @zel1b08a Please read and follow the Contribution Guidelines.
🔴 Amalgamation check failed! 🔴
The source code has not been amalgamated. @zel1b08a Please read and follow the Contribution Guidelines.
This pull request has been marked as stale because it has had no activity for 30 days. While we won’t close it automatically, we encourage you to update or comment if it is still relevant. Keeping pull requests active and up-to-date helps us review and merge changes more efficiently. Thank you for your contributions!
I believe this has been resolved by #4631 and could be closed.