[Mono-bugs] [Bug 549756] Mono 2.6 Json serialization fails to parse netflix's json

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Oct 23 21:41:22 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=549756

User aenomoto at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=549756#c3





--- Comment #3 from Atsushi Enomoto <aenomoto at novell.com>  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.


More information about the mono-bugs mailing list