On Saturday 23 October 2010 17:14:14 Brian Schott wrote: > What are the plans for this module? The last I heard, there were plans > for removing it or rewriting it,and nobody knew why it was included in > Phobos in the first place. > > The documentation > (http://www.digitalmars.com/d/2.0/phobos/std_json.html) makes no mention > of this. If this is scheduled for removal (or a rewrite), can the > documentation please make a note of this? (Even something simple like > the comment in std.contracts would be sufficient to warn people) > _______________________________________________ > phobos mailing list > [email protected] > http://lists.puremagic.com/mailman/listinfo/phobos
As I understand it, the current one is not considered to be up to snuff and that there is no maintainer for it, so the intention is to replace it with a new one. However, there is not currently any replacement for it, and I believe that the Phobos devs are busy with other stuff. So, what likely needs to happen is that someone needs to decide to champion std.json and write a new version of it for possible inclusion in Phobos. As it stands, I believe that the Phobos devs are just too busy with other things, so it's sitting in the TODO list without any real plan. - Jonathan M Davis _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
