std.json: SkipWhitespace = false ?

Jesse Phillips Jessekphillips+D at gmail.com
Wed Sep 19 13:42:47 PDT 2012


On Wednesday, 19 September 2012 at 20:06:31 UTC, Peter Sommerfeld 
wrote:
> Hi Everyone!
>
> I'm new to :D and have a small problem with std.json.
>
> If I use parseJSON() or toJSON() all whitespaces are
> removed. I would like it to have them preserved for
> better readability for users.
>
> In std.json.d various functions contain SkipWhitespace
> as parameter but that is not propagated to the toplevel
> functions.
>
> Are there any strong reasons for this behavior or can
> I rebuild it with SkipWhitespace = true? Or is there
> another way to work around it.
>
> Peter

Save a copy of it locally and make the changes needed. There is a 
new version of std.json which is waiting on changes to 
std.variant and review... Anyway not much will happen with the 
current version so this will be good anyway.


More information about the Digitalmars-d-learn mailing list