SerializationJsonArrayToObjectT Method

Converts a JSON array to the indicated object type.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static T JsonArrayToObject<T>(
	Object value
)

Parameters

value  Object
JSON array.

Type Parameters

T
Object type.

Return Value

T
Object with the conversion result.

See Also