Using gist.github.com, I am able to get JSON in raw form. However, when I edit the code, the url of the raw format changes. Can you suggest me a website which can do this bit for me? I would like to have a constant URL of my JSON code which I can edit it and have changes live on the same link.
{
"error": false,
"products": [
{
"name": "spiderman",
"image": "insert image link here"
},
{
"name": "superman",
"image": "insert image link here"
},
{
"name": "batman",
"image": "insert image link here"
}
]
}