Json.NET - Quick Starts & API Documentation
Item Property
Namespaces ► Newtonsoft.Json.Linq ► JObject ► Item
Members
Icon | Member | Description |
---|---|---|
Item[([( Object])]) |
Gets the JToken with the specified key.
(Overrides JToken.Item[([( Object])]) .) |
|
Item[([( String])]) |
Gets or sets the JToken with the specified property name.
|