This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see Cake.Http.
                            
	
		Summary
            Try parsing the json string into a value.
            
		- Assembly
- Cake.Http .dll 
- Namespace
- Cake.Http 
- Containing Type
- JsonEncoder
Syntax
public static bool TryDeserializeObject(string json, out object obj)Parameters
| Name | Type | Description | 
|---|---|---|
| json | string | A JSON string. | 
| obj | object | The object. | 
Return Value
| Type | Description | 
|---|---|
| bool | Returns true if successfull otherwise false. | 
