[Issue 17006] New: std.data.json (replacement for std.json)

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Dec 22 08:31:31 PST 2016


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

          Issue ID: 17006
           Summary: std.data.json (replacement for std.json)
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: greeenify at gmail.com

std.json is pretty outdated and Sönke is working on a replacement for quite a
while (it's based on the Json implementation of Vibe.d). He could use some
help:

https://github.com/s-ludwig/std_data_json

Because std.json is such a pain to work with, there are dozens of replacement
libraries out there, my favorite name is painlessjson [1].

https://github.com/BlackEdder/painlessjson

A fast implementation is here:

https://github.com/tamediadigital/asdf

--


More information about the Digitalmars-d-bugs mailing list