Re: D Newbie Trying to Use D with Major C Libraries

2014-05-16 Thread Alex Herrmann via Digitalmars-d-learn
On Friday, 16 May 2014 at 10:10:17 UTC, Tom Browder via Digitalmars-d-learn wrote: Thanks for the suggestion, Frank, but I don't do windows. Monodevelop (open source C# dev platform) has a plugin for D by Alexander Bothe called Mono-D which is absolutely fantastic and integrates okay with dub t

Problem when calling toJSON()

2016-01-31 Thread Alex Herrmann via Digitalmars-d-learn
Hello all, I'm having a *really* weird problem (at least I think so). I have a function on a struct that converts it into JSON. Everything works, no big deal. But when I try to turn that JSONValue into a string, I get a UTF-8 Error. What makes it even weirder, is that if I call toJSON before

Re: Problem when calling toJSON()

2016-01-31 Thread Alex Herrmann via Digitalmars-d-learn
On Monday, 1 February 2016 at 00:24:06 UTC, Ali Çehreli wrote: On 01/31/2016 02:52 PM, Alex Herrmann wrote: > Note that I am running 2.070.0. Then it's probably a bug related to this change: http://dlang.org/changelog/2.070.0.html#json-encode-control-characters Ali This problem is solve