JsonEncoder.

DeserializeObject(string) Method

Summary

Parses the string json into a value
Assembly
Cake.Http.dll
Namespace
Cake.Http
Containing Type
JsonEncoder

Syntax

public static object DeserializeObject(string json)

Parameters

Name Type Description
json string A JSON string.

Return Value

Type Description
object An IList<object>, a IDictionary<string,object>, a double, a string, null, true, or false