Delphi xe2 版 json uses DBXJSON 如何分析下列格式? |
尚未結案
|
chris681016
中階會員 發表:69 回覆:122 積分:98 註冊:2006-10-12 發送簡訊給我 |
{
"responses": [ { "textAnnotations": [ { "locale": "zh-Hant", "description": "FamilyMart\n電子發票證明聯\n107年07-08月\nFC-12345678\n2018-08-02 22:34:49\n隨機碼:4205 總言十:575\n賣方:51222700\n01 58 16台南袷聖店01序0211479/\n**退貨時請攜帶電子發票證明聯\n", "boundingPoly": { "vertices": [ { "x": 28, "y": 64 }, { "x": 770, "y": 64 }, { "x": 770, "y": 1243 }, { "x": 28, "y": 1243 } ] } }, { "description": "聯", "boundingPoly": { "vertices": [ { "x": 722, "y": 1183 }, { "x": 769, "y": 1182 }, { "x": 770, "y": 1229 }, { "x": 723, "y": 1230 } ] } } ], "fullTextAnnotation": { "pages": [ { } ], "text": "FamilyMart\n電子發票證明聯\n107年07-08月\nFC-12345678\n2018-08-02 22:34:49\n隨機碼:4205 總言十:575\n賣方:51222700\n01 58 16台南袷聖店01序0211479/\n**退貨時請攜帶電子發票證明聯\n" } } ] } vJson := TJsonObject(TJSONObject.ParseJSONValue(sResponse)); vConteudo := TJSONObject(vJson.Get('responses').JsonValue); 之後在往下取都會錯~~~~其實只要取 responses 的 textAnnotations 的 description 值 |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |