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