Parses the JSON string and returns the deserialized object.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- content
- Type: System String
The JSON string with the serialized object.
Return Value
Type: TThe deserialized object.
See Also