需要使用Public Class JobRootObject
Public Property _updatedAt() As UpdatedAt
Get
Return m__updatedAt
End Get
Set(value As UpdatedAt)
m__updatedAt = value
End Set
End Property
Private m__updatedAt As UpdatedAt
End Class
Public Class UpdatedAt
<JsonProperty(PropertyName:="$gte")> _
Public Property gte() As Gte
Get
Return m_gte
End Get
Set(value As Gte)
m_gte = value
End Set
End Property
Private m_gte As Gte
<JsonProperty(PropertyName:="$lt")> _
Public Property lt() As lt
Get
Return m_lt
End Get
Set(value As lt)
m_lt = value
End Set
End Property
Private m_lt As lt
End Class
字符串中的变量{tree}
替换trees
,尝试以下但不起作用:
desc
错误:未捕获的TypeError:无法读取未定义的属性“text”