Json.NET - Quick Starts & API Documentation
Children Method
Namespaces ► Newtonsoft.Json.Linq ► JToken ► Children()()()()
Members
Icon | Member | Description |
---|---|---|
Children()()()() |
Returns a collection of the child tokens of this token, in document order.
|
|
Children<(Of <<'(T>)>>)()()()() |
Returns a collection of the child tokens of this token, in document order, filtered by the specified type.
|
|
Children<(Of <<'(T, U>)>>)(IEnumerable<(Of <<'(T>)>>)) |
Returns a collection of converted child tokens of every array in the source collection.
|