I want to write data like this:
var myData = {
"id": "10",
"color": "blue"
}
into a .JSON file using a script in a html file. The only solutions i found were using Node.js and not javascript in a browser. I am a beginner btw, so please explain it more simple.