2017-11-22 16:46:18 -08:00

13 lines
167 B
JSON

{
"type": "NewExpression",
"callee": {
"type": "Identifier",
"name": "Foo"
},
"args": [
{
"type": "Literal",
"value": "abc"
}
]
}