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