mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-12-16 17:30:23 +00:00
Added JSON
This commit is contained in:
@@ -85,6 +85,8 @@ namespace Esiur.Data
|
||||
rt.dic = source.dic;
|
||||
return rt;
|
||||
}
|
||||
|
||||
public static explicit operator Structure(ExpandoObject obj) => FromDynamic(obj);
|
||||
|
||||
public static Structure FromDynamic(ExpandoObject obj)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user