Children Method

Json.NET

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 Basic Visual 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: 4.0.2.0 (4.0.2.13623)