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

12 lines
171 B
JSON

{
"type": "BinaryExpression",
"left": {
"type": "Identifier",
"name": "foo"
},
"operator": "+",
"right": {
"type": "Literal",
"value": "12"
}
}