std.jgrandson

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Mon Aug 4 00:26:05 PDT 2014


On Sunday, 3 August 2014 at 17:19:04 UTC, Sean Kelly wrote:

> Is there support for output?  I see the makeArray and 
> makeObject routines...  Ideally, there should be a way to 
> serialize JSON against an OutputRange with optional formatting.

I think it should only provide very primitive functions to 
serialize basic data types. Then Phobos should provide a separate 
module/package for generic serialization where JSON is an archive 
type using this module as its backend.

--
/Jacob Carlborg


More information about the Digitalmars-d mailing list