颤振中的循环引用json

时间:2021-05-04 14:59:31

标签: flutter dart

我在 .net entityframework 核心中开发的 api 检索了此代码。

C

在 Json.net 中,我有能力使用反序列化和序列化

<块引用>

PreserveReferencesHandling = PreserveReferencesHandling.Objects

然后我的应用程序是在flutter中开发的。我使用 jsonDecode( 但我有一个错误,因为没有管理循环引用。

如何管理我的 Flutter 代码以管理循环引用?

谢谢,

0 个答案:

没有答案