mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
27 lines
438 B
JSON
27 lines
438 B
JSON
{
|
|
"type": "ObjectExpression",
|
|
"properties": [
|
|
{
|
|
"type": "Property",
|
|
"key": {
|
|
"type": "Identifier",
|
|
"name": "hello"
|
|
},
|
|
"value": {
|
|
"type": "Literal",
|
|
"value": "world"
|
|
}
|
|
},
|
|
{
|
|
"type": "Property",
|
|
"key": {
|
|
"type": "Literal",
|
|
"value": "class"
|
|
},
|
|
"value": {
|
|
"type": "Literal",
|
|
"value": "foo"
|
|
}
|
|
}
|
|
]
|
|
} |