Json.NET - Quick Starts & API Documentation
Children Method
Namespaces ► Newtonsoft.Json.Linq ► JContainer ► Children()()()()
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.