메소드 | 설명 | |
---|---|---|
ToExpandoObject ( this json ) : System.Dynamic.ExpandoObject |
Converts Json string to ExpandoObject
|
|
ToExpandoObject ( object>.this |
Converts Dictionary to ExpandoObject.
|
public static ToExpandoObject ( this json ) : System.Dynamic.ExpandoObject | ||
json | this | The json string. |
리턴 | System.Dynamic.ExpandoObject |
public static ToExpandoObject ( object>.this |
||
dictionary | object>.this | The dictionary. |
리턴 | System.Dynamic.ExpandoObject |