Deserialize JSON with C#

前端 未结 10 1660
一生所求
一生所求 2020-11-21 05:57

I\'m trying to deserialize a Facebook friend\'s Graph API call into a list of objects. The JSON object looks like:

{\"data\":[{\"id\":\"518523721\",\"name\"         


        
10条回答
  •  孤城傲影
    2020-11-21 06:19

    Here is another site that will help you with all the code you need as long as you have a correctly formated JSON string available:

    https://app.quicktype.io/

提交回复
热议问题