Extensions
Contains the LINQ to JSON extension methods.
Returns a collection of tokens that contains the ancestors of every token in the source collection.
Returns a collection of tokens that contains every token in the source collection, and the ancestors of every token in the source collection.
Returns the input typed as IJEnumerable<T>.
Returns the input typed as IJEnumerable<T>.
Returns a collection of child tokens of every array in the source collection.
Returns a collection of converted child tokens of every array in the source collection.
Returns a collection of tokens that contains the descendants of every token in the source collection.
public static IJEnumerable<JToken> DescendantsAndSelf<T>(this IEnumerable<T> source) where T : JContainer
Returns a collection of tokens that contains every token in the source collection, and the descendants of every token in the source collection.
Returns a collection of child properties of every object in the source collection.
Converts the value.
Converts the value.
Returns a collection of child values of every object in the source collection with the given key.
Returns a collection of child values of every object in the source collection.
Returns a collection of converted child values of every object in the source collection with the given key.
Returns a collection of converted child values of every object in the source collection.