JsonEncoder.

TryDeserializeObject(string, object) Method

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.