http://bugzilla.novell.com/show_bug.cgi?id=549756
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=549756#c3 --- Comment #3 from Atsushi Enomoto <[email protected]> 2009-10-23 19:41:19 MDT --- Summarizing our talk: - The repro text is not in JSON syntax. An object name in JSON must be a string, which must be double-quoted. - JSON reader from JsonReaderWriterFactory correctly rejects it on everywhere in Mono, .NET and Silverlight. - DataContractJsonSerializer in Mono and .NET correctly rejects it too. - DataContractJsonSerializer in Silverlight is *bogus* and it incorrectly allows such text data as if it were a JSON string. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
