Class for serializing simple objects to JSON. Supports null, int, double, bool, DateTime, string, IDictionary, and IList.
            
Namespace: DayPilot.Web.Mvc.JsonAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
| C# | 
|---|
public class SimpleJsonSerializer  | 
| Visual Basic | 
|---|
Public Class SimpleJsonSerializer  | 
| Visual C++ | 
|---|
public ref class SimpleJsonSerializer  |