August 15, 2013 std.json: why no constructors | ||||
---|---|---|---|---|
| ||||
Why doesn't JSONValue have constructors for the types it can store? Like these: https://github.com/GassaFM/icfpc2013/blob/master/icfputil/icfplib.d#L76-L112 Or did I entirely miss the One Right Way to do that? I know there is std.serialization on its way, but for now, it was just more convenient to use what is already present in Phobos. Ivan Kazmenko. |
August 15, 2013 Re: std.json: why no constructors | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ivan Kazmenko | Am 15.08.2013 11:19, schrieb Ivan Kazmenko: > Why doesn't JSONValue have constructors for the types it can store? > Like these: > https://github.com/GassaFM/icfpc2013/blob/master/icfputil/icfplib.d#L76-L112 > > > Or did I entirely miss the One Right Way to do that? > > I know there is std.serialization on its way, but for now, it was just more convenient to use what is already present in Phobos. > > Ivan Kazmenko. I have a pull request: https://github.com/D-Programming-Language/phobos/pull/1421 But I haven't even gotten once comment about it, probably the best way is to copy the file and include it in your project (as I do). |
Copyright © 1999-2021 by the D Language Foundation