``` std::string s = "{\"text\":\"line 1\nline 2\"}"; auto json = nlohmann::json::parse(s); ``` This json-object causes an error. Standard facilities python, php and js correctly handle it.
This json-object causes an error. Standard facilities python, php and js correctly handle it.