JsonExtensions.ToFormattedJson(Object) Method

Definition

Serialize object to formatted JSON.

public static string ToFormattedJson (this object obj);
static member ToFormattedJson : obj -> string
<Extension()>
Public Function ToFormattedJson (obj As Object) As String

Parameters

obj
Object

The object.

Returns

Applies to