How do I convert a dynamic object to a Dictionary in C# What can I do?
Dictionary
public static void MyMethod(object obj) { if (typ
object parsedData = se.Deserialize(reader); System.Collections.IEnumerable stksEnum = parsedData as System.Collections.IEnumerable;
then will be able to enumerate it!