In my object literals, I would like to create keys that would not be valid identifiers in order to generate a JSON file like the one in the picture, using JavaScript.
Is it possible to create the object like the following?
var objet = {
  targets: [
    new Stage(),
    {
      isStage: false,
      name: "Sprite1",
      blocks: {
        o7d.+f~]6/Bs|=|c/F(=: "Hello"
      }
    }
  ]
};This is what the JSON file looks like:

 
     
     
     
    