SerializationJsonArrayToObjectT Method
Converts a JSON array to the indicated object type.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static T JsonArrayToObject<T>(
Object value
)
Public Shared Function JsonArrayToObject(Of T) (
value As Object
) As T
- value Object
- JSON array.
- T
- Object type.
TObject with the conversion result.