Closed yv13 closed 2 years ago
To illustrate with a test case:
var o = new HashMap<String,Object>(); o.put("tilde", "~"); assertEquals("{\"tilde\":\"~\"}", JsonStream.serialize(new Config.Builder().escapeUnicode(false).build(), o));
org.junit.ComparisonFailure: Expected :{"tilde":"~"} Actual :{"tilde":"��"}
Is is still open?
To illustrate with a test case: