|
static JsonValue | Create (bool value, JsonNodeOptions? options=null) |
|
static ? JsonValue | Create (bool? value, JsonNodeOptions? options=null) |
|
static JsonValue | Create (byte value, JsonNodeOptions? options=null) |
|
static ? JsonValue | Create (byte? value, JsonNodeOptions? options=null) |
|
static JsonValue | Create (char value, JsonNodeOptions? options=null) |
|
static ? JsonValue | Create (char? value, JsonNodeOptions? options=null) |
|
static JsonValue | Create (DateTime value, JsonNodeOptions? options=null) |
|
static ? JsonValue | Create (DateTime? value, JsonNodeOptions? options=null) |
|
static JsonValue | Create (DateTimeOffset value, JsonNodeOptions? options=null) |
|
static ? JsonValue | Create (DateTimeOffset? value, JsonNodeOptions? options=null) |
|
static JsonValue | Create (decimal value, JsonNodeOptions? options=null) |
|
static ? JsonValue | Create (decimal? value, JsonNodeOptions? options=null) |
|
static JsonValue | Create (double value, JsonNodeOptions? options=null) |
|
static ? JsonValue | Create (double? value, JsonNodeOptions? options=null) |
|
static JsonValue | Create (Guid value, JsonNodeOptions? options=null) |
|
static ? JsonValue | Create (Guid? value, JsonNodeOptions? options=null) |
|
static JsonValue | Create (short value, JsonNodeOptions? options=null) |
|
static ? JsonValue | Create (short? value, JsonNodeOptions? options=null) |
|
static JsonValue | Create (int value, JsonNodeOptions? options=null) |
|
static ? JsonValue | Create (int? value, JsonNodeOptions? options=null) |
|
static JsonValue | Create (long value, JsonNodeOptions? options=null) |
|
static ? JsonValue | Create (long? value, JsonNodeOptions? options=null) |
|
static JsonValue | Create (sbyte value, JsonNodeOptions? options=null) |
|
static ? JsonValue | Create (sbyte? value, JsonNodeOptions? options=null) |
|
static JsonValue | Create (float value, JsonNodeOptions? options=null) |
|
static ? JsonValue | Create (float? value, JsonNodeOptions? options=null) |
|
static ? JsonValue | Create (string? value, JsonNodeOptions? options=null) |
|
static JsonValue | Create (ushort value, JsonNodeOptions? options=null) |
|
static ? JsonValue | Create (ushort? value, JsonNodeOptions? options=null) |
|
static JsonValue | Create (uint value, JsonNodeOptions? options=null) |
|
static ? JsonValue | Create (uint? value, JsonNodeOptions? options=null) |
|
static JsonValue | Create (ulong value, JsonNodeOptions? options=null) |
|
static ? JsonValue | Create (ulong? value, JsonNodeOptions? options=null) |
|
static ? JsonValue | Create (JsonElement value, JsonNodeOptions? options=null) |
|
static ? JsonValue | Create (JsonElement? value, JsonNodeOptions? options=null) |
|
static ? JsonValue | Create< T > (T? value, JsonNodeOptions? options=null) |
|
static ? JsonValue | Create< T > (T? value, JsonTypeInfo< T > jsonTypeInfo, JsonNodeOptions? options=null) |
|
static implicit | operator JsonNode (bool value) |
|
static implicit | operator JsonNode (byte value) |
|
static implicit | operator JsonNode (char value) |
|
static implicit | operator JsonNode (DateTime value) |
|
static implicit | operator JsonNode (DateTimeOffset value) |
|
static implicit | operator JsonNode (decimal value) |
|
static implicit | operator JsonNode (double value) |
|
static implicit | operator JsonNode (Guid value) |
|
static implicit | operator JsonNode (short value) |
|
static implicit | operator JsonNode (int value) |
|
static implicit | operator JsonNode (long value) |
|
static implicit | operator JsonNode (sbyte value) |
|
static implicit | operator JsonNode (float value) |
|
static implicit | operator JsonNode (ushort value) |
|
static implicit | operator JsonNode (uint value) |
|
static implicit | operator JsonNode (ulong value) |
|
static implicit | operator JsonNode? (bool? value) |
|
static implicit | operator JsonNode? (byte? value) |
|
static implicit | operator JsonNode? (char? value) |
|
static implicit | operator JsonNode? (DateTime? value) |
|
static implicit | operator JsonNode? (DateTimeOffset? value) |
|
static implicit | operator JsonNode? (decimal? value) |
|
static implicit | operator JsonNode? (double? value) |
|
static implicit | operator JsonNode? (Guid? value) |
|
static implicit | operator JsonNode? (short? value) |
|
static implicit | operator JsonNode? (int? value) |
|
static implicit | operator JsonNode? (long? value) |
|
static implicit | operator JsonNode? (sbyte? value) |
|
static implicit | operator JsonNode? (float? value) |
|
static implicit | operator JsonNode? (string? value) |
|
static implicit | operator JsonNode? (ushort? value) |
|
static implicit | operator JsonNode? (uint? value) |
|
static implicit | operator JsonNode? (ulong? value) |
|
static | operator bool (JsonNode value) |
|
static | operator bool? (JsonNode? value) |
|
static | operator byte (JsonNode value) |
|
static | operator byte? (JsonNode? value) |
|
static | operator char (JsonNode value) |
|
static | operator char? (JsonNode? value) |
|
static | operator DateTime (JsonNode value) |
|
static | operator DateTime? (JsonNode? value) |
|
static | operator DateTimeOffset (JsonNode value) |
|
static | operator DateTimeOffset? (JsonNode? value) |
|
static | operator decimal (JsonNode value) |
|
static | operator decimal? (JsonNode? value) |
|
static | operator double (JsonNode value) |
|
static | operator double? (JsonNode? value) |
|
static | operator Guid (JsonNode value) |
|
static | operator Guid? (JsonNode? value) |
|
static | operator short (JsonNode value) |
|
static | operator short? (JsonNode? value) |
|
static | operator int (JsonNode value) |
|
static | operator int? (JsonNode? value) |
|
static | operator long (JsonNode value) |
|
static | operator long? (JsonNode? value) |
|
static | operator sbyte (JsonNode value) |
|
static | operator sbyte? (JsonNode? value) |
|
static | operator float (JsonNode value) |
|
static | operator float? (JsonNode? value) |
|
static | operator string? (JsonNode? value) |
|
static | operator ushort (JsonNode value) |
|
static | operator ushort? (JsonNode? value) |
|
static | operator uint (JsonNode value) |
|
static | operator uint? (JsonNode? value) |
|
static | operator ulong (JsonNode value) |
|
static | operator ulong? (JsonNode? value) |
|
static ? JsonNode | Parse (ref Utf8JsonReader reader, JsonNodeOptions? nodeOptions=null) |
|
static ? JsonNode | Parse (string json, JsonNodeOptions? nodeOptions=null, JsonDocumentOptions documentOptions=default(JsonDocumentOptions)) |
|
static ? JsonNode | Parse (ReadOnlySpan< byte > utf8Json, JsonNodeOptions? nodeOptions=null, JsonDocumentOptions documentOptions=default(JsonDocumentOptions)) |
|
static ? JsonNode | Parse (Stream utf8Json, JsonNodeOptions? nodeOptions=null, JsonDocumentOptions documentOptions=default(JsonDocumentOptions)) |
|
Definition at line 347 of file JsonValue.cs.