比较好的Json 格式数据

{
"81040753986": [{
"order_info": {
"unique_package_reference": "LP00104760730736",
"force_smartrouting": "yes",
"order_number": "186265656792499700",
"shipment_provider": "LGS-FM51",
"payment_method": "Payment2C2P_OVERTHECOUNTER",
"is_offline_order": "no"
},
"consignee": {
"name": "NG WEI YANG",
"email": "",
"phone": "+60122386087",
"address1": "35, Jalan BU 12/7, Bandar Utama, 47800 Petaling Jaya, Selangor, Malaysia.",
"address2": "雪兰莪",
"city": "八打灵",
"postcode": "47800",
"country": "马来西亚",
"country_code": "MY"
},
"shipper": {
"name": "转运四方",
"email": "ae@4px.com",
"phone": "0755-23238333",
"address1": "廣東省東莞市沙田鎮西大坦啓盈國際快件中心15#遞四方G集運倉",
"address2": "",
"city": "東莞市",
"postcode": "518128",
"country": "中国",
"country_code": "CN"
},
"package": [{
"unique_package_reference": "81040753986",
"transport_mode": "ocean",
"service_type": "standard",
"parcel_type": "general",
"box_type": "general",
"weight": {
"value": 1100,
"unit": "g"
}
}],
"item_info": [{
"description": {
"en": {
"item_name": "",
"category_name": "TCM"
},
"cn": {
"item_name": "正版包邮 艾灸补虚除寒湿 吴中朝 艾灸养生全书 艾灸穴位 中医艾灸书籍 图解穴位疗法大全书籍艾灸书籍大全对症艾灸祛百",
"category_name": "50004748-中医养生"
}
},
"category_id": "1757",
"weight": {
"value": 300,
"unit": "g"
},
"sku_id": "1757",
"currency": "CNY",
"unit_price": 39.80,
"paid_price": 25.00,
"quantity": 1,
"umo": "PIEC"
}, {
"description": {
"en": {
"item_name": "",
"category_name": "TCM"
},
"cn": {
"item_name": "正版现货包邮 零基础学舌诊 吴中朝 舌诊书中医舌诊临床完全图解 舌象图谱 中华医药书中医养生自学入门基础理论书籍",
"category_name": "50004779-中医"
}
},
"category_id": "6509",
"weight": {
"value": 300,
"unit": "g"
},
"sku_id": "6509",
"currency": "CNY",
"unit_price": 39.80,
"paid_price": 23.10,
"quantity": 1,
"umo": "PIEC"
}, {
"description": {
"en": {
"item_name": "",
"category_name": " Plush Fabric"
},
"cn": {
"item_name": "圣诞树圈 胖吉猫毛绒玩具小挂件挂饰可爱迷你小号抓机娃娃",
"category_name": "50011975-毛绒布艺类玩具"
}
},
"category_id": "1027",
"weight": {
"value": 300,
"unit": "g"
},
"sku_id": "1027",
"currency": "CNY",
"unit_price": 7.50,
"paid_price": 15.00,
"quantity": 2,
"umo": "PIEC"
}, {
"description": {
"en": {
"item_name": "",
"category_name": "Simulation / animal Model"
},
"cn": {
"item_name": "仿真猫咪玩具真皮毛绒会叫小号猫模型公仔可爱动物女孩情人节礼物",
"category_name": "50016084-仿真/动物玩偶"
}
},
"category_id": "1954",
"weight": {
"value": 300,
"unit": "g"
},
"sku_id": "1954",
"currency": "CNY",
"unit_price": 21.90,
"paid_price": 21.90,
"quantity": 1,
"umo": "PIEC"
}],
"reference": [{
"type": "",
"value": ""
}]
}]
}

------------------------------------------------------------数据格式demo2

string googleSearchText = @"{ 'responseData': { 'results': [{ 'GsearchResultClass': 'GwebSearch', 'unescapedUrl': 'http://en.wikipedia.org/wiki/Paris_Hilton', 'url': 'http://en.wikipedia.org/wiki/Paris_Hilton', 'visibleUrl': 'en.wikipedia.org', 'cacheUrl': 'http://www.google.com/search?q=cache:TwrPfhd22hYJ:en.wikipedia.org', 'title': '<b>Paris Hilton</b> - Wikipedia, the free encyclopedia', 'titleNoFormatting': 'Paris Hilton - Wikipedia, the free encyclopedia', 'content': '[1] In 2006, she released her debut album...' }, { 'GsearchResultClass': 'GwebSearch', 'unescapedUrl': 'http://www.imdb.com/name/nm0385296/', 'url': 'http://www.imdb.com/name/nm0385296/', 'visibleUrl': 'www.imdb.com', 'cacheUrl': 'http://www.google.com/search?q=cache:1i34KkqnsooJ:www.imdb.com', 'title': '<b>Paris Hilton</b>', 'titleNoFormatting': 'Paris Hilton', 'content': 'Self: Zoolander. Socialite <b>Paris Hilton</b>...' }], 'cursor': { 'pages': [{ 'start': '0', 'label': 1 }, { 'start': '4', 'label': 2 }, { 'start': '8', 'label': 3 }, { 'start': '12', 'label': 4 }], 'estimatedResultCount': '59600000', 'currentPageIndex': 0, 'moreResultsUrl': 'http://www.google.com/search?oe=utf8&ie=utf8...' } }, 'responseDetails': null, 'responseStatus': 200 }";

原文地址:https://www.cnblogs.com/chengjun/p/9261795.html