Slide 10
Slide 10 text
10
JSON出力時の注意点
JSON出力は有効な手段だが、出力の順序を考慮したり無駄を省くことでより良い出力が得られやすい
{
“id”: “12345”,
“user_impression”: 4,
“short_text”: “2023年のMVPは大谷翔平選手。",
“short_text_in_en": “Shohei Ohtani was the MVP in 2023.”,
“category”: [
{“category_label”: “野球”, “category_description”: “~~~~~”},
{“category_label”: “野球”, “category_description”: “~~~~~”},
…
}
出力JSON