GetJObject Method
Overloads
| GetJObject() | 
             Get the JObject instance wrapped by this abstract structure.  | 
        
      
    
GetJObject()
Get the JObject instance wrapped by this abstract structure.
Declaration
      public JObject GetJObject()
    
  Returns
| Type | Description | 
|---|---|
| Newtonsoft.Json.Linq.JObject | 
Exceptions
| Type | Condition | 
|---|---|
| System.ArgumentException | 
           Thrown if the wrapped token is null or not a JObject token.  |