_dictionary | System.Text.Json.Nodes.JsonObject | private |
_jsonElement | System.Text.Json.Nodes.JsonObject | private |
_options | System.Text.Json.Nodes.JsonNode | private |
_parent | System.Text.Json.Nodes.JsonNode | private |
Add(string propertyName, JsonNode? value) | System.Text.Json.Nodes.JsonObject | inline |
Add(KeyValuePair< string, JsonNode?> property) | System.Text.Json.Nodes.JsonObject | inline |
IDictionary< string, JsonNode?>.Add(TKey key, TValue value) | System.Collections.Generic.IDictionary< string, JsonNode?> | |
ICollection< KeyValuePair< string, JsonNode?> >.Add(T item) | System.Collections.Generic.ICollection< KeyValuePair< string, JsonNode?> > | |
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.JsonObject | inline |
Contains(KeyValuePair< string, JsonNode > item) | System.Text.Json.Nodes.JsonObject | inlineprivate |
ICollection< KeyValuePair< string, JsonNode?> >.Contains(T item) | System.Collections.Generic.ICollection< KeyValuePair< string, JsonNode?> > | |
ContainsKey(string propertyName) | System.Text.Json.Nodes.JsonObject | inline |
IDictionary< string, JsonNode?>.ContainsKey(TKey key) | System.Collections.Generic.IDictionary< string, JsonNode?> | |
CopyTo(KeyValuePair< string, JsonNode >[] array, int index) | System.Text.Json.Nodes.JsonObject | inlineprivate |
ICollection< KeyValuePair< string, JsonNode?> >.CopyTo(T[] array, int arrayIndex) | System.Collections.Generic.ICollection< KeyValuePair< string, JsonNode?> > | |
Count | System.Text.Json.Nodes.JsonObject | |
Create(JsonElement element, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonObject | inlinestatic |
DetachParent(JsonNode item) | System.Text.Json.Nodes.JsonObject | inlineprivate |
GetEnumerator() | System.Text.Json.Nodes.JsonObject | inline |
GetEnumerator() | System.Text.Json.Nodes.JsonObject | inlineprivate |
GetItem(string propertyName) | System.Text.Json.Nodes.JsonObject | inlinepackage |
GetPath(List< string > path, JsonNode child) | System.Text.Json.Nodes.JsonObject | inlinepackage |
System::Text::Json::Nodes::JsonNode.GetPath() | System.Text.Json.Nodes.JsonNode | inline |
GetValue< T >() | System.Text.Json.Nodes.JsonNode | inlinevirtual |
InitializeIfRequired() | System.Text.Json.Nodes.JsonObject | inlineprivate |
IsReadOnly | System.Text.Json.Nodes.JsonObject | private |
JsonNode(JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonNode | inlinepackage |
JsonObject(JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonObject | inline |
JsonObject(IEnumerable< KeyValuePair< string, JsonNode?> > properties, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonObject | inline |
JsonObject(JsonElement element, JsonNodeOptions? options=null) | System.Text.Json.Nodes.JsonObject | inlinepackage |
Keys | System.Text.Json.Nodes.JsonObject | private |
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(string propertyName) | System.Text.Json.Nodes.JsonObject | inline |
Remove(KeyValuePair< string, JsonNode > item) | System.Text.Json.Nodes.JsonObject | inlineprivate |
IDictionary< string, JsonNode?>.Remove(TKey key) | System.Collections.Generic.IDictionary< string, JsonNode?> | |
ICollection< KeyValuePair< string, JsonNode?> >.Remove(T item) | System.Collections.Generic.ICollection< KeyValuePair< string, JsonNode?> > | |
Root | System.Text.Json.Nodes.JsonNode | |
SetItem(string propertyName, JsonNode value) | System.Text.Json.Nodes.JsonObject | inlinepackage |
this[int index] | System.Text.Json.Nodes.JsonNode | |
this[string propertyName] | System.Text.Json.Nodes.JsonNode | |
this[TKey key] | System.Collections.Generic.IDictionary< string, JsonNode?> | |
ToJsonString(JsonSerializerOptions? options=null) | System.Text.Json.Nodes.JsonNode | inline |
ToString() | System.Text.Json.Nodes.JsonNode | inline |
TryGetPropertyValue(string propertyName, out JsonNode? jsonNode) | System.Text.Json.Nodes.JsonObject | inline |
TryGetValue(string propertyName, out JsonNode jsonNode) | System.Text.Json.Nodes.JsonObject | inlineprivate |
IDictionary< string, JsonNode?>.TryGetValue(TKey key,[MaybeNullWhen(false)] out TValue value) | System.Collections.Generic.IDictionary< string, JsonNode?> | |
Values | System.Text.Json.Nodes.JsonObject | private |
WriteTo(Utf8JsonWriter writer, JsonSerializerOptions? options=null) | System.Text.Json.Nodes.JsonObject | inline |