JEnumerable<T>
                    public struct JEnumerable<T> : IJEnumerable<T>, IEnumerable<T>, IEnumerable, IEquatable<JEnumerable<T>> where T : JToken
                
                Represents a collection of  JToken objects.
            
                
An empty collection of  JToken objects.
            
Gets the  IJEnumerable<T> of  JToken with the specified key.
            
Initializes a new instance of the  JEnumerable<T> struct.
            
Determines whether the specified  JEnumerable<T> is equal to this instance.
            
Returns an enumerator that can be used to iterate through the collection.