資源簡介
Json使用實體類操作
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?JsonTest
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????????textBox1.MaxLength?=?999999;//文件框默認長度改大點
????????????button2.Enabled?=?false;
????????}
????????List?products;
????????public?List?JsonStrToList()
????????{
????????????#region?測試數據
????????????StringBuilder?sb?=?new?StringBuilder();
????????????sb.Append(“[{‘currency‘:‘CNY‘‘customerSessionId‘:‘S23345‘‘routings‘:[{‘totalPrice‘:‘4777.00‘‘key‘:‘SQPy1gKVzp4ZXtUgkHuSgilr3cLTMFqBi^bduKcaLJfXWJV
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-02-28?16:46??JsonTest\
?????目錄???????????0??2015-02-28?17:03??JsonTest\JsonTest\
?????文件?????????187??2015-02-28?16:45??JsonTest\JsonTest\App.config
?????文件???????13386??2015-03-02?13:18??JsonTest\JsonTest\Form1.Designer.cs
?????文件??????206280??2015-03-02?14:07??JsonTest\JsonTest\Form1.cs
?????文件????????6759??2015-03-02?13:18??JsonTest\JsonTest\Form1.resx
?????文件????????3089??2015-03-02?13:50??JsonTest\JsonTest\JsonEntity.cs
?????文件????????3987??2015-03-01?13:25??JsonTest\JsonTest\JsonTest.csproj
?????文件????????2571??2015-03-02?12:35??JsonTest\JsonTest\JsonUtility.cs
?????文件?????????520??2015-02-28?16:45??JsonTest\JsonTest\Program.cs
?????目錄???????????0??2015-02-28?16:45??JsonTest\JsonTest\Properties\
?????文件????????1346??2015-02-28?16:45??JsonTest\JsonTest\Properties\AssemblyInfo.cs
?????文件????????2868??2015-02-28?16:45??JsonTest\JsonTest\Properties\Resources.Designer.cs
?????文件????????5612??2015-02-28?16:45??JsonTest\JsonTest\Properties\Resources.resx
?????文件????????1095??2015-02-28?16:45??JsonTest\JsonTest\Properties\Settings.Designer.cs
?????文件?????????249??2015-02-28?16:45??JsonTest\JsonTest\Properties\Settings.settings
?????目錄???????????0??2015-02-28?16:45??JsonTest\JsonTest\bin\
?????目錄???????????0??2015-03-02?14:07??JsonTest\JsonTest\bin\Debug\
?????文件??????420352??2015-03-02?14:07??JsonTest\JsonTest\bin\Debug\JsonTest.exe
?????文件?????????187??2015-02-28?16:45??JsonTest\JsonTest\bin\Debug\JsonTest.exe.config
?????文件???????30208??2015-03-02?14:07??JsonTest\JsonTest\bin\Debug\JsonTest.pdb
?????文件???????22984??2015-03-02?14:07??JsonTest\JsonTest\bin\Debug\JsonTest.vshost.exe
?????文件?????????187??2015-02-28?16:45??JsonTest\JsonTest\bin\Debug\JsonTest.vshost.exe.config
?????文件?????????490??2009-08-31?00:40??JsonTest\JsonTest\bin\Debug\JsonTest.vshost.exe.manifest
?????目錄???????????0??2015-02-28?16:45??JsonTest\JsonTest\obj\
?????目錄???????????0??2015-03-02?14:07??JsonTest\JsonTest\obj\Debug\
?????文件????????1278??2015-03-01?08:32??JsonTest\JsonTest\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????7082??2015-03-01?13:25??JsonTest\JsonTest\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????180??2015-03-02?14:07??JsonTest\JsonTest\obj\Debug\JsonTest.Form1.resources
?????文件?????????180??2015-03-02?14:07??JsonTest\JsonTest\obj\Debug\JsonTest.Properties.Resources.resources
?????文件?????????544??2015-03-02?14:07??JsonTest\JsonTest\obj\Debug\JsonTest.csproj.FileListAbsolute.txt
............此處省略9個文件信息
評論
共有 條評論