JsonArray
JsonArray(JsonValue[])
JsonArray(IEnumerable<JsonValue>)
Count
IsReadOnly
JsonType
this[Int32]
Add(JsonValue)
AddRange(JsonValue[])
AddRange(IEnumerable<JsonValue>)
Clear()
Contains(JsonValue)
CopyTo(JsonValue[], Int32)
IndexOf(JsonValue)
Insert(Int32, JsonValue)
Remove(JsonValue)
RemoveAt(Int32)
Save(Stream)
net10.0
namespace System.Json
{
[DefaultMember("Item")]
public class JsonArray : JsonValue, ICollection<JsonValue>, IEnumerable<JsonValue>, IList<JsonValue>, IEnumerable
{
public JsonArray(params JsonValue[] items);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 6.07.08.09.010.0 |
| .NET Framework | 4.6.24.74.7.14.7.24.84.8.1 |
Information specific to net10.0 | |
| Assembly | System.Json , Version=4.8.0.0, PublicKeyToken=31bf3856ad364e35 |
| Referencing | Your project needs a package reference to |
| Package | System.Json (4.8.0) net6.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API