Line 4: Error in runEval code: Unexpected token '{'

I got error in this code

{
“Command”: “storeEval”,
“Target”: “${urlsArray[${!csvReadLineNumber}][0]}”,
“Value”: “currentURL”,
“Description”: “Get current URL from the array”
},

storeEval is no longer supported. Instead use executeScript. It is the new and better version of storeEval.