Mistral
Pixtral Large
on 2025/3/13
Last active
March 13, 2025 01:24
-
-
Save matsubo/c6dbbb4a9428d21cd044dae3044ffd05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"店舗名": "zaim マート", | |
"キャッチフレーズ": "マイントが貯まる!", | |
"ポイント情報": "150ポイント貯まる", | |
"店舗": "銀座 店", | |
"支店情報": { | |
"支店名": "OOO 支店", | |
"電話番号": "01-1234-5678" | |
}, | |
"購入日時": { | |
"日付": "2012年9月19日", | |
"曜日": "水", | |
"時間": "11:55" | |
}, | |
"レシート番号": "No.585", | |
"購入商品": [ | |
{ | |
"商品名": "オレンジ", | |
"価格": 92 | |
}, | |
{ | |
"商品名": "ミックス", | |
"価格": 777 | |
}, | |
{ | |
"商品名": "ミニヨーグ", | |
"価格": 118 | |
} | |
], | |
"合計": { | |
"内税額": 1683 | |
}, | |
"支払い": { | |
"お預り": 2000, | |
"おつり": 400 | |
}, | |
"ポイント": { | |
"今回のポイント": 16, | |
"前回のポイント": 0, | |
"合計ポイント": 117 | |
}, | |
"メッセージ": "貯まったポイントはZaimでチェック!" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment