Here's the source code for Mono's JavaScriptSerializer implementation:
https://github.com/mono/mono/tree/master/mcs/class/System.Web.Extensions/System.Web.Script.Serialization.
Here is the internal deserializer code:
https://github.com/mono/mono/blob/master/mcs/class/System.Web.Extensions/System.Web.Script.Serialization/JsonDeserializer.cs.
As far as I can tell, it looks like there have been no major changes since
2009, though.

Have you tried copying Microsoft's System.Web.Extensions.dll file into the
bin directory of your app? I haven't tried this, but it *may* work.


On Fri, Nov 2, 2012 at 11:15 AM, edward.harvey.mono <
[email protected]> wrote:

> > From: Ian Norton [mailto:[email protected]]
> >
> > I think I saw this was mentioned as fixed in the mono 3.0.0 release
> notes.
>
> By any chance, do you know where to find that?  I'd like to know if that
> bug is indeed what I'm seeing.
>
> I go to mono-project.com, and I see 3.0.0 is still beta... click Release
> notes, and I only see one bugfix listed, so obviously I'm not seeing the
> complete buglist.
>
> _______________________________________________
> Mono-list maillist  -  [email protected]
> http://lists.ximian.com/mailman/listinfo/mono-list
>
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to