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

9 lines
133 B
JSON

{
"type": "UnaryExpression",
"argument": {
"type": "Identifier",
"name": "foo"
},
"operator": "!",
"prefix": true
}