JsonArray
public sealed class JsonArray : JsonNode, IList<JsonNode>, ICollection<JsonNode>, IEnumerable<JsonNode>, IEnumerable
Represents a mutable JSON array.
Gets the number of elements contained in the JsonArray.
Initializes a new instance of the JsonArray class that is empty.
Initializes a new instance of the JsonArray class that contains items from the specified params array.
Initializes a new instance of the JsonArray class that contains items from the specified array.
Initializes a new instance of the JsonArray class that contains items from the specified JsonElement.
Adds an object to the end of the JsonArray.
Removes all elements from the JsonArray.
Determines whether an element is in the JsonArray.
Returns an enumerator that iterates through the JsonArray.
The object to locate in the JsonArray.
Inserts an element into the JsonArray at the specified index.
Removes the element at the specified index of the JsonArray.