ExpandoObjectExtensions.

SerializeToJsonString(IEnumerable<ExpandoObject>) Method

Summary

Serializes an IEnumerable<T> to a JSON string.

Syntax

public static string SerializeToJsonString(this IEnumerable<ExpandoObject> expandoObjects)

Parameters

Name Type Description
expandoObjects IEnumerable<ExpandoObject> Objects which should be serialized.

Return Value

Type Description
string Serialized objects.