{
  "type": "Program",
  "sourceType": "module",
  "body": [
    {
      "type": "VariableDeclaration",
      "kind": "const",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "banana"
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "key": {
                  "type": "Identifier",
                  "name": "color"
                },
                "value": {
                  "type": "Literal",
                  "raw": "'yellow'",
                  "value": "yellow"
                },
                "shorthand": false,
                "computed": false,
                "kind": "init",
                "method": false
              },
              {
                "type": "Property",
                "key": {
                  "type": "Identifier",
                  "name": "taste"
                },
                "value": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "MemberExpression",
                    "computed": false,
                    "object": {
                      "type": "Identifier",
                      "name": "banana"
                    },
                    "property": {
                      "type": "Identifier",
                      "name": "getTaste"
                    }
                  },
                  "arguments": []
                },
                "shorthand": false,
                "computed": false,
                "kind": "init",
                "method": false
              }
            ]
          },
          "fsTyping": {
            "type": "FirescriptTyping",
            "name": "any"
          }
        }
      ]
    }
  ]
}