{
  "type": "CallExpression",
  "callee": {
    "type": "Identifier",
    "name": "banana"
  },
  "arguments": [{
    "type": "Literal",
    "raw": "'yellow'",
    "value": "yellow"
  }, {
    "type": "Literal",
    "raw": "'fruit'",
    "value": "fruit"
  }]
}
