Comment by qrios
11 hours ago
You are right. And the initial question is also meaningless as there is no difference between these two:
{"project": "MAML"}
{project: "MAML"}
A parser is not able to decide if '"project"' equals 'project'.
11 hours ago
You are right. And the initial question is also meaningless as there is no difference between these two:
{"project": "MAML"}
{project: "MAML"}
A parser is not able to decide if '"project"' equals 'project'.
and the latter is not valid JSON