Initializes a JsonData class with an object. Tries to detect the type.

Namespace: DayPilot.Web.Mvc.Json
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public JsonData(
	Object obj
)
Visual Basic
Public Sub New ( _
	obj As Object _
)
Visual C++
public:
JsonData(
	Object^ obj
)

Parameters

obj
Type: System..::..Object

See Also