[Issue 17587] JSONOptions: No forward slash encoding

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jul 4 07:56:37 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=17587

--- Comment #2 from Andre <andre at s-e-a-p.de> ---
In my AWS SDK I had the issue that \/ was not accepted while passing the JSON
as console argument to the AWS console client. In the meantime I save the JSON
as file and pass the file name to the AWS console client. Here the \/ is
accepted quite fine.
I tried to reactive the old behavior but wasn't able, because passing JSON as
console argument is quite another beast...

My other use cases is purely optical. In an http server I generate JSON
documents on the fly which are outputed to the browser. One example is an
ODATA2 server framework. 
Something similiar to this one
http://services.odata.org/V2/Northwind/Northwind.svc/Customers?$FORMAT=JSON

With the right Chrome plugin, the links are clickable but I have to replace \/
in http://...

--


More information about the Digitalmars-d-bugs mailing list