JArray
public class JArray : JContainer, IList<JToken>, ICollection<JToken>, IEnumerable<JToken>, IEnumerable
Represents a JSON array.
namespace Newtonsoft.Json.Linq
{
}