My name is { name }
---
{}
---
{
  "val": [
    {
      "type": 0,
      "value": "My name is ",
      "location": {
        "start": {
          "offset": 0,
          "line": 1,
          "column": 1
        },
        "end": {
          "offset": 11,
          "line": 1,
          "column": 12
        }
      }
    },
    {
      "type": 1,
      "value": "name",
      "location": {
        "start": {
          "offset": 11,
          "line": 1,
          "column": 12
        },
        "end": {
          "offset": 19,
          "line": 1,
          "column": 20
        }
      }
    }
  ],
  "err": null
}