Deserializing JSON array into strongly typed .NET object

前端 未结 8 761
一个人的身影
一个人的身影 2020-11-30 07:35

When I can call the 3rd party api and get back a single class worth of data everything deserialises fine using this code

TheUser me = jsonSerializer.Deseria         


        
8条回答
提交回复
热议问题