【发布时间】:2021-10-01 06:49:53
【问题描述】:
我需要用这种结构创建一个 JSON 文件
[{"image_id": 0873, "caption": "clock tower with a clock on top of it"}, {"image_id": 1083, "caption": "two zebras are standing in the grass in the grass"} , .....
来自该文件,其中包含
image_id 0873 caption clock tower with a clock on top of it
image_id 1083 caption two zebras are standing in the grass in the grass
image_id 1270 caption baseball player is swinging a bat at the ball
image_id 1436 caption man is sitting on the bed with laptop
我该如何开始呢?
【问题讨论】: