[Mono-bugs] [Bug 674461] System.Json.JsonObject.Save emits invalid JSON

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Feb 23 15:21:03 EST 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=674461#c1


--- Comment #1 from Daniel Regner <Daniel.Regner at DirectSupply.com> 2011-02-23 20:21:03 UTC ---
Simply removing the Save(Stream) override in JsonObject.cs such that the base
implementation in JsonValue.cs is exposed may be sufficient to resolve this
defect.  The base implementation calls SaveInternal, which looks like it has
the correct behavior for JsonType.Object.

https://github.com/mono/mono/blob/master/mcs/class/System.Json/System.Json/JsonValue.cs

-- 
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.


More information about the mono-bugs mailing list