[Issue 17587] JSONOptions: No forward slash encoding
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Jul 5 14:00:17 PDT 2017
https://issues.dlang.org/show_bug.cgi?id=17587
--- Comment #3 from Andre <andre at s-e-a-p.de> ---
I just noticed another scenario in which I face the issue. I have a d
application which adapt a dub.json configuration file. It adds some some sub
packages which are created via my application.
I read the file as text, parses the text into JSON (std.json) adapt the JSON
and store it again as file.
If the file contains a homepage attribute, it will be rewritten as
http:\/\/...\/... This rewriting is not intended.
--
More information about the Digitalmars-d-bugs
mailing list