Extensions Methods | 
The Extensions type exposes the following members.
| Name | Description | |
|---|---|---|
| AncestorsT | 
            Returns a collection of tokens that contains the ancestors of every token in the source collection.
              | |
| AncestorsAndSelfT | 
            Returns a collection of tokens that contains every token in the source collection, and the ancestors of every token in the source collection.
              | |
| AsJEnumerable(IEnumerableJToken) | 
            Returns the input typed as IJEnumerableT.
              | |
| AsJEnumerableT(IEnumerableT) | 
            Returns the input typed as IJEnumerableT.
              | |
| ChildrenT(IEnumerableT) | 
            Returns a collection of child tokens of every array in the source collection.
              | |
| ChildrenT, U(IEnumerableT) | 
            Returns a collection of converted child tokens of every array in the source collection.
              | |
| DescendantsT | 
            Returns a collection of tokens that contains the descendants of every token in the source collection.
              | |
| DescendantsAndSelfT | 
            Returns a collection of tokens that contains every token in the source collection, and the descendants of every token in the source collection.
              | |
| Properties | 
            Returns a collection of child properties of every object in the source collection.
              | |
| ValueU(IEnumerableJToken) | 
            Converts the value.
              | |
| ValueT, U(IEnumerableT) | 
            Converts the value.
              | |
| Values(IEnumerableJToken) | 
            Returns a collection of child values of every object in the source collection.
              | |
| Values(IEnumerableJToken, Object) | 
            Returns a collection of child values of every object in the source collection with the given key.
              | |
| ValuesU(IEnumerableJToken) | 
            Returns a collection of converted child values of every object in the source collection.
              | |
| ValuesU(IEnumerableJToken, Object) | 
            Returns a collection of converted child values of every object in the source collection with the given key.
              |