JsonEncoder.

SerializeObject(object, bool) Method

Assembly
Cake.Http.dll
Namespace
Cake.Http
Containing Type
JsonEncoder

Syntax

public static string SerializeObject(object json, bool indentOutput = true)

Parameters

Name Type Description
json object
indentOutput bool

Return Value

Type Description
string