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

18 lines
257 B
JSON

[
{
"type": "Literal",
"value": "Hello, John"
},
{
"type": "BinaryExpression",
"left": {
"type": "Identifier",
"name": "abc"
},
"operator": "+",
"right": {
"type": "Literal",
"value": 123
}
}
]