Class Json
Inheritance
System.Object
Json
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Shared.Serializer
Assembly: Syncfusion.EJ.dll
Syntax
public static class Json
Methods
GetJson(IDictionary<String, Object>, String, IDictionary<String, Object>)
Declaration
public static string GetJson(IDictionary<string, object> input, string id, IDictionary<string, object> unobtrusiveData = null)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> | input | |
System.String | id | |
System.Collections.Generic.IDictionary<System.String, System.Object> | unobtrusiveData |
Returns
Type | Description |
---|---|
System.String |
GetJson(ICollection, String, IDictionary<String, Object>)
Declaration
public static string GetJson(ICollection input, string id, IDictionary<string, object> unobtrusiveData = null)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.ICollection | input | |
System.String | id | |
System.Collections.Generic.IDictionary<System.String, System.Object> | unobtrusiveData |
Returns
Type | Description |
---|---|
System.String |