2
0
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:
2021-02-20 11:38:11 +03:00
parent df88317b1f
commit 7c707637de
14 changed files with 296 additions and 106 deletions

View File

@@ -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)
{