| _jsonElement | System.Text.Json.Nodes.JsonArray | private |
| _list | System.Text.Json.Nodes.JsonArray | private |
| _options | System.Text.Json.Nodes.JsonNode | private |
| _parent | System.Text.Json.Nodes.JsonNode | private |
| Add(JsonNode? item) | System.Text.Json.Nodes.JsonArray | inline |
| ICollection< JsonNode?>.Add(T item) | System.Collections.Generic.ICollection< JsonNode?> | |
| Add< T >(T? value) | System.Text.Json.Nodes.JsonArray | inline |
| AsArray() | System.Text.Json.Nodes.JsonNode | inline |
| AsObject() | System.Text.Json.Nodes.JsonNode | inline |
| AssignParent(JsonNode parent) | System.Text.Json.Nodes.JsonNode | inlinepackage |
| AsValue() | System.Text.Json.Nodes.JsonNode | inline |
| Clear() | System.Text.Json.Nodes.JsonArray | inline |
| Contains(JsonNode? item) | System.Text.Json.Nodes.JsonArray | inline |
| ICollection< JsonNode?>.Contains(T item) | System.Collections.Generic.ICollection< JsonNode?> | |
| CopyTo(JsonNode[] array, int index) | System.Text.Json.Nodes.JsonArray | inlineprivate |
| ICollection< JsonNode?>.CopyTo(T[] array, int arrayIndex) | System.Collections.Generic.ICollection< JsonNode?> | |
| Count | System.Text.Json.Nodes.JsonArray | |
| Create(JsonElement element, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonArray | inlinestatic |
| CreateNodes() | System.Text.Json.Nodes.JsonArray | inlineprivate |
| DetachParent(JsonNode item) | System.Text.Json.Nodes.JsonArray | inlineprivate |
| GetEnumerator() | System.Text.Json.Nodes.JsonArray | inline |
| GetEnumerator() | System.Text.Json.Nodes.JsonArray | inlineprivate |
| GetItem(int index) | System.Text.Json.Nodes.JsonArray | inlinepackage |
| GetPath(List< string > path, JsonNode child) | System.Text.Json.Nodes.JsonArray | inlinepackage |
| System::Text::Json::Nodes::JsonNode.GetPath() | System.Text.Json.Nodes.JsonNode | inline |
| GetValue< T >() | System.Text.Json.Nodes.JsonNode | inlinevirtual |
| IndexOf(JsonNode? item) | System.Text.Json.Nodes.JsonArray | inline |
| IList< JsonNode?>.IndexOf(T item) | System.Collections.Generic.IList< JsonNode?> | |
| InitializeFromArray(JsonNode[] items) | System.Text.Json.Nodes.JsonArray | inlineprivate |
| Insert(int index, JsonNode? item) | System.Text.Json.Nodes.JsonArray | inline |
| IList< JsonNode?>.Insert(int index, T item) | System.Collections.Generic.IList< JsonNode?> | |
| IsReadOnly | System.Text.Json.Nodes.JsonArray | private |
| JsonArray(JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonArray | inline |
| JsonArray(JsonNodeOptions options, params JsonNode?[] items) | System.Text.Json.Nodes.JsonArray | inline |
| JsonArray(params JsonNode?[] items) | System.Text.Json.Nodes.JsonArray | inline |
| JsonArray(JsonElement element, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonArray | inlinepackage |
| JsonNode(JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonNode | inlinepackage |
| List | System.Text.Json.Nodes.JsonArray | package |
| operator bool(JsonNode value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator bool?(JsonNode? value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator byte(JsonNode value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator byte?(JsonNode? value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator char(JsonNode value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator char?(JsonNode? value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator DateTime(JsonNode value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator DateTime?(JsonNode? value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator DateTimeOffset(JsonNode value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator DateTimeOffset?(JsonNode? value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator decimal(JsonNode value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator decimal?(JsonNode? value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator double(JsonNode value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator double?(JsonNode? value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator float(JsonNode value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator float?(JsonNode? value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator Guid(JsonNode value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator Guid?(JsonNode? value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator int(JsonNode value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator int?(JsonNode? value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator JsonNode(bool value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode(byte value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode(char value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode(DateTime value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode(DateTimeOffset value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode(decimal value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode(double value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode(Guid value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode(short value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode(int value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode(long value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode(sbyte value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode(float value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode(ushort value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode(uint value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode(ulong value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode?(bool? value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode?(byte? value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode?(char? value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode?(DateTime? value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode?(DateTimeOffset? value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode?(decimal? value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode?(double? value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode?(Guid? value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode?(short? value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode?(int? value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode?(long? value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode?(sbyte? value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode?(float? value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode?(string? value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode?(ushort? value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode?(uint? value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator JsonNode?(ulong? value) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| operator long(JsonNode value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator long?(JsonNode? value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator sbyte(JsonNode value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator sbyte?(JsonNode? value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator short(JsonNode value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator short?(JsonNode? value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator string?(JsonNode? value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator uint(JsonNode value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator uint?(JsonNode? value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator ulong(JsonNode value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator ulong?(JsonNode? value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator ushort(JsonNode value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| operator ushort?(JsonNode? value) | System.Text.Json.Nodes.JsonNode | inlineexplicitstatic |
| Options | System.Text.Json.Nodes.JsonNode | |
| Parent | System.Text.Json.Nodes.JsonNode | |
| Parse(ref Utf8JsonReader reader, JsonNodeOptions? nodeOptions=null) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| Parse(string json, JsonNodeOptions? nodeOptions=null, JsonDocumentOptions documentOptions=default(JsonDocumentOptions)) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| Parse(ReadOnlySpan< byte > utf8Json, JsonNodeOptions? nodeOptions=null, JsonDocumentOptions documentOptions=default(JsonDocumentOptions)) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| Parse(Stream utf8Json, JsonNodeOptions? nodeOptions=null, JsonDocumentOptions documentOptions=default(JsonDocumentOptions)) | System.Text.Json.Nodes.JsonNode | inlinestatic |
| Remove(JsonNode? item) | System.Text.Json.Nodes.JsonArray | inline |
| ICollection< JsonNode?>.Remove(T item) | System.Collections.Generic.ICollection< JsonNode?> | |
| RemoveAt(int index) | System.Text.Json.Nodes.JsonArray | inline |
| Root | System.Text.Json.Nodes.JsonNode | |
| SetItem(int index, JsonNode value) | System.Text.Json.Nodes.JsonArray | inlinepackage |
| System::Text::Json::Nodes::JsonNode.this[int index] | System.Text.Json.Nodes.JsonNode | |
| IList< JsonNode?>.this[int index] | System.Collections.Generic.IList< JsonNode?> | |
| this[string propertyName] | System.Text.Json.Nodes.JsonNode | |
| ToJsonString(JsonSerializerOptions? options=null) | System.Text.Json.Nodes.JsonNode | inline |
| ToString() | System.Text.Json.Nodes.JsonNode | inline |
| WriteTo(Utf8JsonWriter writer, JsonSerializerOptions? options=null) | System.Text.Json.Nodes.JsonArray | inline |