ExpandoObjectExtensions Class

Summary

Extension for System.Dynamic.ExpandoObject.
graph BT Type-->Base0["Object"] Type["ExpandoObjectExtensions"] class Type type-node

Syntax

public static class ExpandoObjectExtensions

Methods

Name Value Summary
SerializeToJsonString(ExpandoObject) string
Serializes an System.Dynamic.ExpandoObject to a JSON string.
static
SerializeToJsonString(IEnumerable<ExpandoObject>) string
Serializes an System.Collections.Generic.IEnumerable`1 to a JSON string.
static
GitHub