你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JsonNode Class

Definition

public abstract class JsonNode
type JsonNode = class
Public MustInherit Class JsonNode
Inheritance
JsonNode
Derived

Constructors

JsonNode()

Properties

Item[Int32]
Item[String]

Methods

ToString()

Operators

Explicit(JsonNode to Boolean)
Explicit(JsonNode to DateTime)
Explicit(JsonNode to DateTimeOffset)
Explicit(JsonNode to Decimal)
Explicit(JsonNode to Double)
Explicit(JsonNode to Guid)
Explicit(JsonNode to Int16)
Explicit(JsonNode to Int32)
Explicit(JsonNode to Int64)
Explicit(JsonNode to Single)
Explicit(JsonNode to TimeSpan)
Explicit(JsonNode to UInt16)
Explicit(JsonNode to UInt32)
Explicit(JsonNode to UInt64)
Explicit(JsonNode to Uri)
Implicit(JsonNode to String)

Applies to