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: [email protected]
Reporter: [email protected]
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
--