I'm having a strange problem with Visual Studio Code. I have the following JSON file that has a problem:
{
"attribute": "// numeroConta",
"operator": "=",
"value": 0030152201
}
The problem is accused of "value" in the second number zero. The problem is as follows: Expected commajson (514) I found nothing in my searches. Any idea?