JsonArrayContract public class JsonArrayContract : JsonContainerContract Contract details for a Type used by the JsonSerializer. Documentation public Type CollectionItemType { get; } Gets the Type of the collection items. public bool IsMultidimensionalArray { get; } Gets a value indicating whether the collection type is a multidimensional array. public JsonArrayContract(Type underlyingType) Initializes a new instance of the JsonArrayContract class.