{
  "type": "Property",
  "key": {
    "type": "Identifier",
    "name": "getFruits"
  },
  "computed": false,
  "value": {
    "type": "FunctionExpression",
    "id": null,
    "params": [],
    "body": {
      "type": "BlockStatement",
      "body": [
        {
          "type": "ReturnStatement",
          "argument": {
            "type": "ThisExpression"
          }
        }
      ]
    },
    "generator": false,
    "expression": false,
    "async": false
  },
  "kind": "init",
  "method": true,
  "shorthand": false
}
