| _converter | System.Text.Json.Nodes.JsonValueTrimmable< TValue > | private |
| _jsonTypeInfo | System.Text.Json.Nodes.JsonValueTrimmable< TValue > | private |
| _options | System.Text.Json.Nodes.JsonNode | private |
| _parent | System.Text.Json.Nodes.JsonNode | private |
| _value | System.Text.Json.Nodes.JsonValue< TValue > | |
| 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 |
| ConvertJsonElement< TypeToConvert >() | System.Text.Json.Nodes.JsonValue< TValue > | inlinepackage |
| Create(bool value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(bool? value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(byte value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(byte? value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(char value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(char? value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(DateTime value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(DateTime? value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(DateTimeOffset value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(DateTimeOffset? value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(decimal value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(decimal? value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(double value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(double? value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(Guid value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(Guid? value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(short value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(short? value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(int value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(int? value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(long value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(long? value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(sbyte value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(sbyte? value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(float value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(float? value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(string? value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(ushort value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(ushort? value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(uint value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(uint? value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(ulong value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(ulong? value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(JsonElement value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create(JsonElement? value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create< T >(T? value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| Create< T >(T? value, JsonTypeInfo< T > jsonTypeInfo, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlinestatic |
| CreateUnreferencedCodeMessage | System.Text.Json.Nodes.JsonValue< TValue > | packagestatic |
| GetPath(List< string > path, JsonNode child) | System.Text.Json.Nodes.JsonValue< TValue > | inlinepackage |
| System::Text::Json::Nodes::JsonNode.GetPath() | System.Text.Json.Nodes.JsonNode | inline |
| GetValue< T >() | System.Text.Json.Nodes.JsonValue< TValue > | inlinevirtual |
| JsonNode(JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonNode | inlinepackage |
| JsonValue(JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inlineprotected |
| JsonValue(TValue value, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValue< TValue > | inline |
| JsonValueTrimmable(TValue value, JsonTypeInfo< TValue > jsonTypeInfo, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValueTrimmable< TValue > | inline |
| JsonValueTrimmable(TValue value, JsonConverter< TValue > converter, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonValueTrimmable< TValue > | inline |
| 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 |
| Root | System.Text.Json.Nodes.JsonNode | |
| this[int index] | System.Text.Json.Nodes.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 |
| TryConvertJsonElement< TypeToConvert >([NotNullWhen(true)] out TypeToConvert result) | System.Text.Json.Nodes.JsonValue< TValue > | inlinepackage |
| TryGetValue< T >([NotNullWhen(true)] out T? value) | System.Text.Json.Nodes.JsonValue< TValue > | |
| TryGetValue< T >([NotNullWhen(true)] out T value) | System.Text.Json.Nodes.JsonValue< TValue > | inline |
| Value | System.Text.Json.Nodes.JsonValue< TValue > | |
| VerifyJsonElementIsNotArrayOrObject(ref JsonElement element) | System.Text.Json.Nodes.JsonValue< TValue > | inlineprivatestatic |
| WriteTo(Utf8JsonWriter writer, JsonSerializerOptions options=null) | System.Text.Json.Nodes.JsonValueTrimmable< TValue > | inline |
| System::Text::Json::Nodes::JsonValue.WriteTo(Utf8JsonWriter writer, JsonSerializerOptions? options=null) | System.Text.Json.Nodes.JsonNode | |