Json.NET - Quick Starts & API Documentation
Children Method
NamespacesNewtonsoft.Json.LinqJContainerChildren()()()
Returns a collection of the child tokens of this token, in document order.
Declaration Syntax
C#Visual BasicVisual C++
public override JEnumerable<JToken> Children()
Public Overrides Function Children As JEnumerable(Of JToken)
public:
virtual JEnumerable<JToken^> Children() override
Return Value
An IEnumerable<(Of <(T>)>) of JToken containing the child tokens of this JToken, in document order.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.5.0.0 (3.5.0.0)