JsonAliases.

SerializeJsonPretty<T>(ICakeContext, T) Method

Summary

Serializes an object to a pretty JSON string.
Assembly
Cake.Json.dll
Namespace
Cake.Json
Containing Type
JsonAliases

Syntax

public static string SerializeJsonPretty<T>(this ICakeContext context, T instance)

Attributes

Type Description
CakeMethodAliasAttribute

Type Parameters

Name Description
T The type of object to serialize.

Parameters

Name Type Description
context ICakeContext The context.
instance T The object to serialize.

Return Value

Type Description
string The JSON string.