Is there a way to update the value of "JSValue" in my JSON (JSValue) using JavaScript? Specifically, how can I assign JSValue to a variable called Value using JavaScript?
JavaScript
var Value = 1 + 1
JSON
{
"DATA": [
{
"JSValue": "0"
}
]
}