struct JsonElement
in global :: System . Text . Json
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public bool TryGetDouble( ref double value )
😔 No documentation found.
public double GetDouble( )
😔 No documentation found.
public bool TryGetSingle( ref float value )
😔 No documentation found.
public float GetSingle( )
😔 No documentation found.
public bool TryGetDecimal( ref decimal value )
😔 No documentation found.
public decimal GetDecimal( )
😔 No documentation found.
public bool TryGetDateTime( ref DateTime value )
😔 No documentation found.
public DateTime GetDateTime( )
😔 No documentation found.
public bool TryGetDateTimeOffset( ref DateTimeOffset value )
😔 No documentation found.
public DateTimeOffset GetDateTimeOffset( )
😔 No documentation found.
public bool TryGetGuid( ref Guid value )
😔 No documentation found.
public Guid GetGuid( )
😔 No documentation found.
public string GetRawText( )
😔 No documentation found.
public static bool DeepEquals( JsonElement element1, JsonElement element2 )
😔 No documentation found.
public bool ValueEquals( string text )
😔 No documentation found.
public bool ValueEquals( ReadOnlySpan<byte> utf8Text )
😔 No documentation found.
public bool ValueEquals( ReadOnlySpan<char> text )
😔 No documentation found.
public void WriteTo( Utf8JsonWriter writer )
😔 No documentation found.
public JsonElement.ArrayEnumerator EnumerateArray( )
😔 No documentation found.
public JsonElement.ObjectEnumerator EnumerateObject( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public JsonElement Clone( )
😔 No documentation found.
public static JsonElement ParseValue( ref Utf8JsonReader reader )
😔 No documentation found.
public static bool TryParseValue( ref Utf8JsonReader reader, ref Nullable<JsonElement> element )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public ulong GetUInt64( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public bool TryGetUInt64( ref ulong value )
😔 No documentation found.
public JsonValueKind ValueKind { get; }
😔 No documentation found.
public JsonElement Item { get; }
😔 No documentation found.
public int GetArrayLength( )
😔 No documentation found.
public int GetPropertyCount( )
😔 No documentation found.
public JsonElement GetProperty( string propertyName )
😔 No documentation found.
public JsonElement GetProperty( ReadOnlySpan<char> propertyName )
😔 No documentation found.
public JsonElement GetProperty( ReadOnlySpan<byte> utf8PropertyName )
😔 No documentation found.
public bool TryGetProperty( string propertyName, ref JsonElement value )
😔 No documentation found.
public bool TryGetProperty( ReadOnlySpan<char> propertyName, ref JsonElement value )
😔 No documentation found.
public bool TryGetProperty( ReadOnlySpan<byte> utf8PropertyName, ref JsonElement value )
😔 No documentation found.
public bool GetBoolean( )
😔 No documentation found.
public string GetString( )
😔 No documentation found.
public bool TryGetBytesFromBase64( ref byte[] value )
😔 No documentation found.
public byte[] GetBytesFromBase64( )
😔 No documentation found.
public bool TryGetSByte( ref sbyte value )
😔 No documentation found.
public sbyte GetSByte( )
😔 No documentation found.
public bool TryGetByte( ref byte value )
😔 No documentation found.
public byte GetByte( )
😔 No documentation found.
public bool TryGetInt16( ref short value )
😔 No documentation found.
public short GetInt16( )
😔 No documentation found.
public bool TryGetUInt16( ref ushort value )
😔 No documentation found.
public ushort GetUInt16( )
😔 No documentation found.
public bool TryGetInt32( ref int value )
😔 No documentation found.
public int GetInt32( )
😔 No documentation found.
public bool TryGetUInt32( ref uint value )
😔 No documentation found.
public uint GetUInt32( )
😔 No documentation found.
public long GetInt64( )
😔 No documentation found.
public bool TryGetInt64( ref long value )
😔 No documentation found.