SerializationIsJsonArray Method
Indicates whether the value is a JSON array (JArray) type.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool IsJsonArray(
Object value
)
Public Shared Function IsJsonArray (
value As Object
) As Boolean
- value Object
- Value to evaluate.
Boolean if the value is a JSON array; otherwise,
.