{
  "type": "Program",
  "body": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "fruit"
          },
          "init": {
            "type": "CallExpression",
            "callee": {
              "type": "MemberExpression",
              "computed": false,
              "object": {
                "type": "ObjectExpression",
                "properties": [
                  {
                    "type": "Property",
                    "key": {
                      "type": "Identifier",
                      "name": "obj"
                    },
                    "computed": false,
                    "value": {
                      "type": "Identifier",
                      "name": "obj"
                    },
                    "kind": "init",
                    "method": false,
                    "shorthand": false
                  }
                ]
              },
              "property": {
                "type": "Identifier",
                "name": "valueOf"
              }
            },
            "arguments": []
          }
        }
      ],
      "kind": "const"
    }
  ],
  "sourceType": "module"
}
