This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.Reporting.Generic.
Summary
Serializes an
IEnumerable<T>
to a JSON string.
- Assembly
- Cake
.Issues .Reporting .Generic .dll - Namespace
- Cake
.Issues .Reporting .Generic - Containing Type
- Expando
Object Extensions
Syntax
public static string SerializeToJsonString(this IEnumerable<ExpandoObject> expandoObjects)
Parameters
Name | Type | Description |
---|---|---|
expandoObjects | IEnumerable |
Objects which should be serialized. |
Return Value
Type | Description |
---|---|
string | Serialized objects. |