SerializationIsJsonArray Method

Indicates whether the value is a JSON array (JArray) type.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool IsJsonArray(
	Object value
)

Parameters

value  Object
Value to evaluate.

Return Value

Boolean
if the value is a JSON array; otherwise, .

See Also