【发布时间】:2018-11-18 05:00:28
【问题描述】:
使用 gist.github.com,我可以获取原始格式的 JSON。但是,当我编辑代码时,原始格式的 url 会发生变化。你能给我推荐一个可以为我做这件事的网站吗?我想要一个我的 JSON 代码的恒定 URL,我可以对其进行编辑并在同一个链接上进行更改。
{
"error": false,
"products": [
{
"name": "spiderman",
"image": "insert image link here"
},
{
"name": "superman",
"image": "insert image link here"
},
{
"name": "batman",
"image": "insert image link here"
}
]
}
【问题讨论】:
-
我无法理解你的问题。
-
gist.github.com/aniketraj1947/28d29ad35a7874cbb46a67a17195ccf4/… 到上面的链接,点击raw,可以得到raw形式的代码。但是,当您对其进行编辑并发布时,网址会发生变化。我想让我的 json 原始代码使用恒定的 url,我可以不时对其进行编辑。哪个网络服务可以为我做到这一点?
标签: java android json amazon-web-services web-services