What is wrong with JSON below? Please correct it.
{
"widget":{
"text":{
"data":"Click Here",
"size":36,
"name":text1",
"hOffset":250,
"vOffset":100,
"alignment":"center",
"onMouseUp":"sun1.opacity
= (sun1.opacity / 0) * 90;"
}
}
{
"widget": {
"text": {
"data": "Click Here"
},
"size": 36,
"name": "text1",
"hOffset": 250,
"vOffset": 100,
"alignment": "center",
"onMouseUp": "sun1.opacity = (sun1.opacity / 0) * 90;"
}
}
Comments
Leave a comment