https://bugzilla.novell.com/show_bug.cgi?id=646449

https://bugzilla.novell.com/show_bug.cgi?id=646449#c0


           Summary: System.Json.JsonValue's ToString throws exception when
                    met null values
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.8.x
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: System
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---
           Blocker: Yes


Description of Problem:

System.Json.JsonValue's ToString throws exception when met null values

Steps to reproduce the problem:

var value = JsonValue.Parse("{ \"hello\" : null }");
var s = value.ToString();

Actual Results:

Throws NullReferenceException.

Expected Results:

s == "{ \"hello\" : null }";

How often does this happen? 

Always

Additional Information:

Also found in the lastest MonoTouch SDK.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to