1
wtt
2025-11-11 8ed88d2195a5d56a95f6e1e197478737c7b30eb0
1
2
3
4
5
6
7
8
9
10
11
using System;
using System.Collections.Generic;
 
namespace FastJSON
{
    public sealed class DatasetSchema
    {
        public List<string> Info ;//{ get; set; }
        public string Name ;//{ get; set; }
    }
}