基本信息
源码名称:C#实现Json文件的读取源码
源码大小:4.59M
文件格式:.rar
开发语言:C#
更新时间:2022-08-08
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍

C#实现Json文件的读取源码


Json文件的读取,及模型示例的申明



.
└── Json
    ├── Json_read.sln
    ├── WindowsFormsApp2
    │   ├── App.config
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── Json_read.csproj
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── DataSources
    │   │   │   ├── Form1.RootObject.datasource
    │   │   │   ├── Form1.Server.datasource
    │   │   │   └── Form1.Timeseries.datasource
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── UserControl1.Designer.cs
    │   ├── UserControl1.cs
    │   ├── UserControl1.resx
    │   ├── bin
    │   │   ├── Debug
    │   │   │   ├── Newtonsoft.Json.dll
    │   │   │   ├── Newtonsoft.Json.xml
    │   │   │   ├── SourceGrid.dll
    │   │   │   ├── SourceGrid.xml
    │   │   │   ├── WindowsFormsApp2.exe
    │   │   │   ├── WindowsFormsApp2.exe.config
    │   │   │   └── WindowsFormsApp2.pdb
    │   │   └── Release
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
    │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │   │   ├── Json_read.csproj.AssemblyReference.cache
    │   │   │   ├── TempPE
    │   │   │   ├── WindowsFormsApp2.Form1.resources
    │   │   │   ├── WindowsFormsApp2.Properties.Resources.resources
    │   │   │   ├── WindowsFormsApp2.UserControl1.resources
    │   │   │   ├── WindowsFormsApp2.csproj.AssemblyReference.cache
    │   │   │   ├── WindowsFormsApp2.csproj.CopyComplete
    │   │   │   ├── WindowsFormsApp2.csproj.CoreCompileInputs.cache
    │   │   │   ├── WindowsFormsApp2.csproj.FileListAbsolute.txt
    │   │   │   ├── WindowsFormsApp2.csproj.GenerateResource.cache
    │   │   │   ├── WindowsFormsApp2.exe
    │   │   │   └── WindowsFormsApp2.pdb
    │   │   └── Release
    │   └── packages.config
    └── packages
        ├── Newtonsoft.Json.13.0.1
        │   ├── LICENSE.md
        │   ├── Newtonsoft.Json.13.0.1.nupkg
        │   ├── lib
        │   │   ├── net20
        │   │   │   ├── Newtonsoft.Json.dll
        │   │   │   └── Newtonsoft.Json.xml
        │   │   ├── net35
        │   │   │   ├── Newtonsoft.Json.dll
        │   │   │   └── Newtonsoft.Json.xml
        │   │   ├── net40
        │   │   │   ├── Newtonsoft.Json.dll
        │   │   │   └── Newtonsoft.Json.xml
        │   │   ├── net45
        │   │   │   ├── Newtonsoft.Json.dll
        │   │   │   └── Newtonsoft.Json.xml
        │   │   ├── netstandard1.0
        │   │   │   ├── Newtonsoft.Json.dll
        │   │   │   └── Newtonsoft.Json.xml
        │   │   ├── netstandard1.3
        │   │   │   ├── Newtonsoft.Json.dll
        │   │   │   └── Newtonsoft.Json.xml
        │   │   └── netstandard2.0
        │   │       ├── Newtonsoft.Json.dll
        │   │       └── Newtonsoft.Json.xml
        │   └── packageIcon.png
        └── SourceGrid.4.4.0
            ├── SourceGrid.4.4.0.nupkg
            └── lib
                └── net35
                    ├── SourceGrid.dll
                    └── SourceGrid.xml

24 directories, 59 files