[Issue 17587] New: JSONOptions: No forward slash encoding

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jul 3 07:53:10 PDT 2017


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

          Issue ID: 17587
           Summary: JSONOptions: No forward slash encoding
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: andre at s-e-a-p.de

In most cases I use std.json I do not want the \/ encoding. For example I build
a AWS SDK. The structures are serialized to JSON which is passed to the AWS
client for execution.
I do a very naive string replacement \/ with /. I have similiar cases where I
do this string replacement and wonder whether \/ encoding can be deactivated by
adding an additional JSONOptions flag

--


More information about the Digitalmars-d-bugs mailing list