[MonoTouch] JsonReader differences

John Moshakis john.moshakis at rogers.com
Sat Oct 3 14:02:03 EDT 2009


Hi Geoff,

It looks like 1.1 doesn't have this bug fixed, do you have any idea when it might be included ?

Cheers,
John


----- Original Message ----
From: Geoff Norton <gnorton at novell.com>
To: John Moshakis <john at moshakis.com>
Cc: MonoTouch list <monotouch at lists.ximian.com>
Sent: Tuesday, September 29, 2009 10:30:58 PM
Subject: Re: [MonoTouch] JsonReader differences

John,

  No, its just that the bug was only fixed in SVN 7 days ago, and MonoTouch 1.0.3 is older than that

-g

On 29-Sep-09, at 9:07 PM, John Moshakis wrote:

> Hi,
> 
> I pulled the mono latest source for system.json and in ReadCore there is
> 
> case 'n':
> Expect ("null");
> // FIXME: what should we return?
> return new JsonPrimitive ((string) null);
> 
> If I examine System.Json using Reflector from monotouch there is
> 
> // FIXME: what should we return?
>                throw this.JsonError("INTERNAL ERROR: what should we do for JSON null?");
> 
> I'm getting some json from twitter and it has
> 
> "following":null
> 
> which appears to be what is tripping it up.
> 
> Is this a bug in the monotouch implementation ?
> 
> Cheers,
> John
> _______________________________________________
> MonoTouch mailing list
> MonoTouch at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch


More information about the MonoTouch mailing list