下面的微软官方文档中介绍了,如何使用System.Text.Json来序列化和反序列化JSON:
JSON serialization and deserialization
其中这里讲解了如何避免循环引用序列化:
How to preserve references and handle or ignore circular references in System.Text.Json
其中下面的章节还介绍了使用JSON DOM来读写JSON对象:
How to use a JSON document object model in System.Text.Json
标签:Text,JSON,System,Json,文档,序列化 From: https://www.cnblogs.com/OpenCoder/p/18540604