Json.NET - Quick Starts & API Documentation
Values Method
Namespaces ► Newtonsoft.Json.Linq ► Extensions ► Values()()()()
Members
Icon | Member | Description |
---|---|---|
Values(IEnumerable<(Of <<'(JToken>)>>), Object) |
Returns a collection of child values of every object in the source collection with the given key.
|
|
Values(IEnumerable<(Of <<'(JToken>)>>)) |
Returns a collection of child values of every object in the source collection.
|
|
Values<(Of <<'(U>)>>)(IEnumerable<(Of <<'(JToken>)>>), Object) |
Returns a collection of converted child values of every object in the source collection with the given key.
|
|
Values<(Of <<'(U>)>>)(IEnumerable<(Of <<'(JToken>)>>)) |
Returns a collection of converted child values of every object in the source collection.
|