ExpandoObjectExtensions.

SerializeToJsonString(ExpandoObject) Method

Summary

Serializes an System.Dynamic.ExpandoObject to a JSON string.

Syntax

public static string SerializeToJsonString(this ExpandoObject expandoObject)

Parameters

Name Type Description
expandoObject ExpandoObject Object which should be serialized.

Return Value

Type Description
string Serialized object.
GitHub