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

27 lines
582 B
JSON

{
"type": "ObjectExpression",
"properties": [
{
"type": "Property",
"key": {
"type": "Literal",
"value": "hello"
},
"value": {
"type": "Literal",
"value": "world"
}
},
{
"type": "Property",
"key": {
"type": "Literal",
"value": "class"
},
"value": {
"type": "Literal",
"value": "foo"
}
}
]
}