嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 3 元微信扫码支付:3 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#XML和json的组装,解析,互转
.
├── XMLandJSON
│ └── XMLandJSON
│ ├── XMLandJSON
│ │ ├── App.config
│ │ ├── App.xaml
│ │ ├── App.xaml.cs
│ │ ├── JsonModel.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ └── Settings.settings
│ │ ├── XMLandJSON.csproj
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── DevExpress.XtraEditors.v18.1.dll
│ │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll
│ │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.xml
│ │ │ │ ├── Newtonsoft.Json.dll
│ │ │ │ ├── Newtonsoft.Json.xml
│ │ │ │ ├── System.Buffers.dll
│ │ │ │ ├── System.Buffers.xml
│ │ │ │ ├── System.Memory.dll
│ │ │ │ ├── System.Memory.xml
│ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ ├── System.Numerics.Vectors.xml
│ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll
│ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.xml
│ │ │ │ ├── System.Text.Encodings.Web.dll
│ │ │ │ ├── System.Text.Encodings.Web.xml
│ │ │ │ ├── System.Text.Json.dll
│ │ │ │ ├── System.Text.Json.xml
│ │ │ │ ├── System.Threading.Tasks.Extensions.dll
│ │ │ │ ├── System.Threading.Tasks.Extensions.xml
│ │ │ │ ├── System.ValueTuple.dll
│ │ │ │ ├── System.ValueTuple.xml
│ │ │ │ ├── XMLandJSON.exe
│ │ │ │ ├── XMLandJSON.exe.config
│ │ │ │ └── XMLandJSON.pdb
│ │ │ └── Release
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── App.g.cs
│ │ │ ├── App.g.i.cs
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── MainWindow.g.cs
│ │ │ ├── MainWindow.g.i.cs
│ │ │ ├── TempPE
│ │ │ ├── XMLandJSON.Properties.Resources.resources
│ │ │ ├── XMLandJSON.csproj.CopyComplete
│ │ │ ├── XMLandJSON.csproj.CoreCompileInputs.cache
│ │ │ ├── XMLandJSON.csproj.FileListAbsolute.txt
│ │ │ ├── XMLandJSON.csproj.GenerateResource.cache
│ │ │ ├── XMLandJSON.csprojAssemblyReference.cache
│ │ │ ├── XMLandJSON.exe
│ │ │ ├── XMLandJSON.g.resources
│ │ │ ├── XMLandJSON.pdb
│ │ │ ├── XMLandJSON_MarkupCompile.cache
│ │ │ ├── XMLandJSON_MarkupCompile.i.cache
│ │ │ └── XMLandJSON_MarkupCompile.lref
│ │ └── packages.config
│ ├── XMLandJSON.sln
│ └── packages
│ ├── Microsoft.Bcl.AsyncInterfaces.7.0.0
│ │ ├── Icon.png
│ │ ├── LICENSE.TXT
│ │ ├── Microsoft.Bcl.AsyncInterfaces.7.0.0.nupkg
│ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ ├── buildTransitive
│ │ │ ├── net461
│ │ │ │ └── Microsoft.Bcl.AsyncInterfaces.targets
│ │ │ └── net462
│ │ │ └── _._
│ │ ├── lib
│ │ │ ├── net462
│ │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll
│ │ │ │ └── Microsoft.Bcl.AsyncInterfaces.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll
│ │ │ │ └── Microsoft.Bcl.AsyncInterfaces.xml
│ │ │ └── netstandard2.1
│ │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll
│ │ │ └── Microsoft.Bcl.AsyncInterfaces.xml
│ │ └── useSharedDesignerContext.txt
│ ├── Newtonsoft.Json.13.0.3
│ │ ├── LICENSE.md
│ │ ├── Newtonsoft.Json.13.0.3.nupkg
│ │ ├── README.md
│ │ ├── 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
│ │ │ ├── net6.0
│ │ │ │ ├── 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
│ ├── System.Buffers.4.5.1
│ │ ├── LICENSE.TXT
│ │ ├── System.Buffers.4.5.1.nupkg
│ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ ├── lib
│ │ │ ├── net461
│ │ │ │ ├── System.Buffers.dll
│ │ │ │ └── System.Buffers.xml
│ │ │ ├── netcoreapp2.0
│ │ │ │ └── _._
│ │ │ ├── netstandard1.1
│ │ │ │ ├── System.Buffers.dll
│ │ │ │ └── System.Buffers.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── System.Buffers.dll
│ │ │ │ └── System.Buffers.xml
│ │ │ └── uap10.0.16299
│ │ │ └── _._
│ │ ├── ref
│ │ │ ├── net45
│ │ │ │ ├── System.Buffers.dll
│ │ │ │ └── System.Buffers.xml
│ │ │ ├── netcoreapp2.0
│ │ │ │ └── _._
│ │ │ ├── netstandard1.1
│ │ │ │ ├── System.Buffers.dll
│ │ │ │ └── System.Buffers.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── System.Buffers.dll
│ │ │ │ └── System.Buffers.xml
│ │ │ └── uap10.0.16299
│ │ │ └── _._
│ │ ├── useSharedDesignerContext.txt
│ │ └── version.txt
│ ├── System.Memory.4.5.5
│ │ ├── LICENSE.TXT
│ │ ├── System.Memory.4.5.5.nupkg
│ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ ├── lib
│ │ │ ├── net461
│ │ │ │ ├── System.Memory.dll
│ │ │ │ └── System.Memory.xml
│ │ │ ├── netcoreapp2.1
│ │ │ │ └── _._
│ │ │ ├── netstandard1.1
│ │ │ │ ├── System.Memory.dll
│ │ │ │ └── System.Memory.xml
│ │ │ └── netstandard2.0
│ │ │ ├── System.Memory.dll
│ │ │ └── System.Memory.xml
│ │ ├── ref
│ │ │ └── netcoreapp2.1
│ │ │ └── _._
│ │ ├── useSharedDesignerContext.txt
│ │ └── version.txt
│ ├── System.Numerics.Vectors.4.5.0
│ │ ├── LICENSE.TXT
│ │ ├── System.Numerics.Vectors.4.5.0.nupkg
│ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ ├── lib
│ │ │ ├── MonoAndroid10
│ │ │ │ └── _._
│ │ │ ├── MonoTouch10
│ │ │ │ └── _._
│ │ │ ├── net46
│ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ └── System.Numerics.Vectors.xml
│ │ │ ├── netcoreapp2.0
│ │ │ │ └── _._
│ │ │ ├── netstandard1.0
│ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ └── System.Numerics.Vectors.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ └── System.Numerics.Vectors.xml
│ │ │ ├── portable-net45 win8 wp8 wpa81
│ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ └── System.Numerics.Vectors.xml
│ │ │ ├── uap10.0.16299
│ │ │ │ └── _._
│ │ │ ├── xamarinios10
│ │ │ │ └── _._
│ │ │ ├── xamarinmac20
│ │ │ │ └── _._
│ │ │ ├── xamarintvos10
│ │ │ │ └── _._
│ │ │ └── xamarinwatchos10
│ │ │ └── _._
│ │ ├── ref
│ │ │ ├── MonoAndroid10
│ │ │ │ └── _._
│ │ │ ├── MonoTouch10
│ │ │ │ └── _._
│ │ │ ├── net45
│ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ └── System.Numerics.Vectors.xml
│ │ │ ├── net46
│ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ └── System.Numerics.Vectors.xml
│ │ │ ├── netcoreapp2.0
│ │ │ │ └── _._
│ │ │ ├── netstandard1.0
│ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ └── System.Numerics.Vectors.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── System.Numerics.Vectors.dll
│ │ │ │ └── System.Numerics.Vectors.xml
│ │ │ ├── uap10.0.16299
│ │ │ │ └── _._
│ │ │ ├── xamarinios10
│ │ │ │ └── _._
│ │ │ ├── xamarinmac20
│ │ │ │ └── _._
│ │ │ ├── xamarintvos10
│ │ │ │ └── _._
│ │ │ └── xamarinwatchos10
│ │ │ └── _._
│ │ ├── useSharedDesignerContext.txt
│ │ └── version.txt
│ ├── System.Runtime.CompilerServices.Unsafe.6.0.0
│ │ ├── Icon.png
│ │ ├── LICENSE.TXT
│ │ ├── System.Runtime.CompilerServices.Unsafe.6.0.0.nupkg
│ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ ├── buildTransitive
│ │ │ ├── netcoreapp2.0
│ │ │ │ └── System.Runtime.CompilerServices.Unsafe.targets
│ │ │ └── netcoreapp3.1
│ │ │ └── _._
│ │ ├── lib
│ │ │ ├── net461
│ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll
│ │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml
│ │ │ ├── net6.0
│ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll
│ │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml
│ │ │ ├── netcoreapp3.1
│ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll
│ │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml
│ │ │ └── netstandard2.0
│ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll
│ │ │ └── System.Runtime.CompilerServices.Unsafe.xml
│ │ └── useSharedDesignerContext.txt
│ ├── System.Text.Encodings.Web.7.0.0
│ │ ├── Icon.png
│ │ ├── LICENSE.TXT
│ │ ├── System.Text.Encodings.Web.7.0.0.nupkg
│ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ ├── buildTransitive
│ │ │ ├── net461
│ │ │ │ └── System.Text.Encodings.Web.targets
│ │ │ ├── net462
│ │ │ │ └── _._
│ │ │ ├── net6.0
│ │ │ │ └── _._
│ │ │ └── netcoreapp2.0
│ │ │ └── System.Text.Encodings.Web.targets
│ │ ├── lib
│ │ │ ├── net462
│ │ │ │ ├── System.Text.Encodings.Web.dll
│ │ │ │ └── System.Text.Encodings.Web.xml
│ │ │ ├── net6.0
│ │ │ │ ├── System.Text.Encodings.Web.dll
│ │ │ │ └── System.Text.Encodings.Web.xml
│ │ │ ├── net7.0
│ │ │ │ ├── System.Text.Encodings.Web.dll
│ │ │ │ └── System.Text.Encodings.Web.xml
│ │ │ └── netstandard2.0
│ │ │ ├── System.Text.Encodings.Web.dll
│ │ │ └── System.Text.Encodings.Web.xml
│ │ ├── runtimes
│ │ │ └── browser
│ │ │ └── lib
│ │ │ ├── net6.0
│ │ │ │ ├── System.Text.Encodings.Web.dll
│ │ │ │ └── System.Text.Encodings.Web.xml
│ │ │ └── net7.0
│ │ │ ├── System.Text.Encodings.Web.dll
│ │ │ └── System.Text.Encodings.Web.xml
│ │ └── useSharedDesignerContext.txt
│ ├── System.Text.Json.7.0.3
│ │ ├── Icon.png
│ │ ├── LICENSE.TXT
│ │ ├── README.md
│ │ ├── System.Text.Json.7.0.3.nupkg
│ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ ├── analyzers
│ │ │ └── dotnet
│ │ │ ├── roslyn3.11
│ │ │ │ └── cs
│ │ │ │ ├── System.Text.Json.SourceGeneration.dll
│ │ │ │ ├── cs
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── de
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── es
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── fr
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── it
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── ja
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── ko
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── pl
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── pt-BR
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── ru
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── tr
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── zh-Hans
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ └── zh-Hant
│ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ ├── roslyn4.0
│ │ │ │ └── cs
│ │ │ │ ├── System.Text.Json.SourceGeneration.dll
│ │ │ │ ├── cs
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── de
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── es
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── fr
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── it
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── ja
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── ko
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── pl
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── pt-BR
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── ru
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── tr
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ ├── zh-Hans
│ │ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ │ └── zh-Hant
│ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ └── roslyn4.4
│ │ │ └── cs
│ │ │ ├── System.Text.Json.SourceGeneration.dll
│ │ │ ├── cs
│ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ ├── de
│ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ ├── es
│ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ ├── fr
│ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ ├── it
│ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ ├── ja
│ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ ├── ko
│ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ ├── pl
│ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ ├── pt-BR
│ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ ├── ru
│ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ ├── tr
│ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ ├── zh-Hans
│ │ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ │ └── zh-Hant
│ │ │ └── System.Text.Json.SourceGeneration.resources.dll
│ │ ├── buildTransitive
│ │ │ ├── net461
│ │ │ │ └── System.Text.Json.targets
│ │ │ ├── net462
│ │ │ │ └── System.Text.Json.targets
│ │ │ ├── net6.0
│ │ │ │ └── System.Text.Json.targets
│ │ │ ├── netcoreapp2.0
│ │ │ │ └── System.Text.Json.targets
│ │ │ └── netstandard2.0
│ │ │ └── System.Text.Json.targets
│ │ ├── lib
│ │ │ ├── net462
│ │ │ │ ├── System.Text.Json.dll
│ │ │ │ └── System.Text.Json.xml
│ │ │ ├── net6.0
│ │ │ │ ├── System.Text.Json.dll
│ │ │ │ └── System.Text.Json.xml
│ │ │ ├── net7.0
│ │ │ │ ├── System.Text.Json.dll
│ │ │ │ └── System.Text.Json.xml
│ │ │ └── netstandard2.0
│ │ │ ├── System.Text.Json.dll
│ │ │ └── System.Text.Json.xml
│ │ └── useSharedDesignerContext.txt
│ ├── System.Threading.Tasks.Extensions.4.5.4
│ │ ├── LICENSE.TXT
│ │ ├── System.Threading.Tasks.Extensions.4.5.4.nupkg
│ │ ├── THIRD-PARTY-NOTICES.TXT
│ │ ├── lib
│ │ │ ├── MonoAndroid10
│ │ │ │ └── _._
│ │ │ ├── MonoTouch10
│ │ │ │ └── _._
│ │ │ ├── net461
│ │ │ │ ├── System.Threading.Tasks.Extensions.dll
│ │ │ │ └── System.Threading.Tasks.Extensions.xml
│ │ │ ├── netcoreapp2.1
│ │ │ │ └── _._
│ │ │ ├── netstandard1.0
│ │ │ │ ├── System.Threading.Tasks.Extensions.dll
│ │ │ │ └── System.Threading.Tasks.Extensions.xml
│ │ │ ├── netstandard2.0
│ │ │ │ ├── System.Threading.Tasks.Extensions.dll
│ │ │ │ └── System.Threading.Tasks.Extensions.xml
│ │ │ ├── portable-net45 win8 wp8 wpa81
│ │ │ │ ├── System.Threading.Tasks.Extensions.dll
│ │ │ │ └── System.Threading.Tasks.Extensions.xml
│ │ │ ├── xamarinios10
│ │ │ │ └── _._
│ │ │ ├── xamarinmac20
│ │ │ │ └── _._
│ │ │ ├── xamarintvos10
│ │ │ │ └── _._
│ │ │ └── xamarinwatchos10
│ │ │ └── _._
│ │ ├── ref
│ │ │ ├── MonoAndroid10
│ │ │ │ └── _._
│ │ │ ├── MonoTouch10
│ │ │ │ └── _._
│ │ │ ├── netcoreapp2.1
│ │ │ │ └── _._
│ │ │ ├── xamarinios10
│ │ │ │ └── _._
│ │ │ ├── xamarinmac20
│ │ │ │ └── _._
│ │ │ ├── xamarintvos10
│ │ │ │ └── _._
│ │ │ └── xamarinwatchos10
│ │ │ └── _._
│ │ ├── useSharedDesignerContext.txt
│ │ └── version.txt
│ └── System.ValueTuple.4.5.0
│ ├── LICENSE.TXT
│ ├── System.ValueTuple.4.5.0.nupkg
│ ├── THIRD-PARTY-NOTICES.TXT
│ ├── lib
│ │ ├── MonoAndroid10
│ │ │ └── _._
│ │ ├── MonoTouch10
│ │ │ └── _._
│ │ ├── net461
│ │ │ ├── System.ValueTuple.dll
│ │ │ └── System.ValueTuple.xml
│ │ ├── net47
│ │ │ ├── System.ValueTuple.dll
│ │ │ └── System.ValueTuple.xml
│ │ ├── netcoreapp2.0
│ │ │ └── _._
│ │ ├── netstandard1.0
│ │ │ ├── System.ValueTuple.dll
│ │ │ └── System.ValueTuple.xml
│ │ ├── netstandard2.0
│ │ │ └── _._
│ │ ├── portable-net40 sl4 win8 wp8
│ │ │ ├── System.ValueTuple.dll
│ │ │ └── System.ValueTuple.xml
│ │ ├── uap10.0.16299
│ │ │ └── _._
│ │ ├── xamarinios10
│ │ │ └── _._
│ │ ├── xamarinmac20
│ │ │ └── _._
│ │ ├── xamarintvos10
│ │ │ └── _._
│ │ └── xamarinwatchos10
│ │ └── _._
│ ├── ref
│ │ ├── MonoAndroid10
│ │ │ └── _._
│ │ ├── MonoTouch10
│ │ │ └── _._
│ │ ├── net461
│ │ │ └── System.ValueTuple.dll
│ │ ├── net47
│ │ │ └── System.ValueTuple.dll
│ │ ├── netcoreapp2.0
│ │ │ └── _._
│ │ ├── netstandard2.0
│ │ │ └── _._
│ │ ├── portable-net40 sl4 win8 wp8
│ │ │ └── System.ValueTuple.dll
│ │ ├── uap10.0.16299
│ │ │ └── _._
│ │ ├── xamarinios10
│ │ │ └── _._
│ │ ├── xamarinmac20
│ │ │ └── _._
│ │ ├── xamarintvos10
│ │ │ └── _._
│ │ └── xamarinwatchos10
│ │ └── _._
│ ├── useSharedDesignerContext.txt
│ └── version.txt
└── XML和json的组装,解析,互转_XMLandJSON.zip
210 directories, 319 files