std.json: why no constructors
David
d at dav1d.de
Thu Aug 15 02:31:33 PDT 2013
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).
More information about the Digitalmars-d-learn
mailing list