Documentation > CMS Template API Library > Util > DeserializeDataContractJson(String,Type)
DeserializeDataContractJson
Define a class that uses [DataContract], [DataMember], and [EnumMember] tags and you can then create an object from a json representation of the object with this method Use the Name property in the DataMember to use a name that is different from the property name -- [DataContract(Name="MySpecialName")] Use the Namespace in the DataContract to use a namespace that is custom for XML -- [DataContract(Namespace = "MySpecialNamespace")]
public System.Object DeserializeDataContractJson(String,Type)
Parameters
Name | Description | Type |
---|---|---|