digitalmars.D.bugs - [Issue 17006] New: std.data.json (replacement for std.json)
- via Digitalmars-d-bugs (23/23) Dec 22 2016 https://issues.dlang.org/show_bug.cgi?id=17006
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 puremagic.com Reporter: greeenify 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 --
Dec 22 2016