How do I add comments in a simple JSON file which be read from s3 in AWS. This is my JSON file.
{
"Parameters": {
"KeyPairName": "mykey",
"InstanceTypes": "t2.micro",
"prodImageIds": "ami-d7abd1b8",
"testImageIds": "ami-e41b618b",
"devImageIds": "ami-8f8afde0"
},
"StackPolicy": {
"Statement": [
{
"Effect": "Allow",
"NotAction": "Update:Delete",
"Principal": "*",
"Resource": "*"
}
]
}
}