24 lines
568 B
Plaintext
24 lines
568 B
Plaintext
|
{
|
||
|
"type": "Program",
|
||
|
"body": [
|
||
|
{
|
||
|
"type": "ExpressionStatement",
|
||
|
"expression": {
|
||
|
"type": "ConditionalExpression",
|
||
|
"test": {
|
||
|
"type": "Identifier",
|
||
|
"name": "a"
|
||
|
},
|
||
|
"consequent": {
|
||
|
"type": "Identifier",
|
||
|
"name": "b"
|
||
|
},
|
||
|
"alternate": {
|
||
|
"type": "Identifier",
|
||
|
"name": "c"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|