Summary
Serializes an
System.Dynamic.ExpandoObject
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 ExpandoObject expandoObject)
Parameters
Name | Type | Description |
---|---|---|
expandoObject | ExpandoObject | Object which should be serialized. |
Return Value
Type | Description |
---|---|
string | Serialized object. |