Values Method

Json.NET

Json.NET - Quick Starts & API Documentation Values Method
NamespacesNewtonsoft.Json.LinqExtensionsValues()()()()
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.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)