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