class JsonValue

in global :: System . Text . Json . Nodes

😔 No documentation found.


public bool Equals( object obj )

😔 No documentation found.

public static JsonValue Create( ulong value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( Nullable<ulong> value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( JsonElement value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( Nullable<JsonElement> value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public bool TryGetValue( ref T value )

😔 No documentation found.

public static JsonValue Create( T value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( T value, JsonTypeInfo<T> jsonTypeInfo, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public Nullable<JsonNodeOptions> Options { get; }

😔 No documentation found.

public JsonArray AsArray( )

😔 No documentation found.

public JsonObject AsObject( )

😔 No documentation found.

public JsonValue AsValue( )

😔 No documentation found.

public JsonNode Parent { get; }

😔 No documentation found.

public static JsonValue Create( Nullable<uint> value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public string GetPath( )

😔 No documentation found.

public T GetValue( )

😔 No documentation found.

public JsonNode Item { get; set; }

😔 No documentation found.

public JsonNode Item { get; set; }

😔 No documentation found.

public JsonNode DeepClone( )

😔 No documentation found.

public JsonValueKind GetValueKind( )

😔 No documentation found.

public string GetPropertyName( )

😔 No documentation found.

public int GetElementIndex( )

😔 No documentation found.

public void ReplaceWith( T value )

😔 No documentation found.

public string ToJsonString( JsonSerializerOptions options = null )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public void WriteTo( Utf8JsonWriter writer, JsonSerializerOptions options = null )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public JsonNode Root { get; }

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public static JsonValue Create( uint value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( bool value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( Nullable<bool> value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( byte value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( Nullable<byte> value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( char value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( Nullable<char> value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( DateTime value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( Nullable<DateTime> value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( DateTimeOffset value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( Nullable<DateTimeOffset> value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( decimal value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( Nullable<decimal> value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( double value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( Nullable<ushort> value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( Nullable<double> value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( Nullable<Guid> value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( short value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( Nullable<short> value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( int value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( Nullable<int> value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( long value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( Nullable<long> value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( sbyte value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( Nullable<sbyte> value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( float value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( Nullable<float> value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( string value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( Guid value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.

public static JsonValue Create( ushort value, Nullable<JsonNodeOptions> options = null )

😔 No documentation found.