https://issues.dlang.org/show_bug.cgi?id=15510
Andre <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andre <[email protected]> --- Everywhere I use toString method I also add the replace(`\/`,`/`) because for my use cases the \/ escaping is just wrong. I am not sure whether the default behavior should be changed because this could silently introduce new behaviors in existing programs but there should be definitely a new option "noForwardSlashEncoding" in JSONOptions. --
