Methods
- Ancestors``1(IEnumerable<``0>) static Returns a collection of tokens that contains the ancestors of every token in the source collection.
-
Ancestors
And static Returns a collection of tokens that contains every token in the source collection, and the ancestors of every token in the source collection.Self``1(IEnumerable<``0>) -
As
JEnumerable(IEnumerable<JToken>) static Returns the input typed as IJEnumerable`1. -
As
JEnumerable``1(IEnumerable<``0>) static Returns the input typed as IJEnumerable`1. - Children``1(IEnumerable<``0>) static Returns a collection of child tokens of every array in the source collection.
- Children``2(IEnumerable<``0>) static Returns a collection of converted child tokens of every array in the source collection.
- Descendants``1(IEnumerable<``0>) static Returns a collection of tokens that contains the descendants of every token in the source collection.
-
Descendants
And static Returns a collection of tokens that contains every token in the source collection, and the descendants of every token in the source collection.Self``1(IEnumerable<``0>) - Properties(IEnumerable<JObject>) static Returns a collection of child properties of every object in the source collection.
- Value``1(IEnumerable<JToken>) static Converts the value.
- Value``2(IEnumerable<``0>) static Converts the value.
- Values(IEnumerable<JToken>) static Returns a collection of child values of every object in the source collection.
-
Values(IEnumerable<JToken>,
Object) static Returns a collection of child values of every object in the source collection with the given key. - Values``1(IEnumerable<JToken>) static Returns a collection of converted child values of every object in the source collection.
-
Values``1(IEnumerable<JToken>,
Object) static Returns a collection of converted child values of every object in the source collection with the given key.