Using System.Text.Json to deserialize nested array of array json object

后端 未结 0 1530
遇见更好的自我
遇见更好的自我 2021-01-25 07:08

I would like to deserialize this json file using the following code:

using System;
using System.Collections.Generic;
using System.Text.Json;

class Program
{
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题