Files
rojo/test-project/src/hello.model.json
2018-01-02 15:41:10 -08:00

24 lines
422 B
JSON

{
"name": "hello",
"className": "Model",
"children": [
{
"name": "Some Part",
"className": "Part",
"children": [],
"properties": {}
},
{
"name": "Some StringValue",
"className": "StringValue",
"children": [],
"properties": {
"Value": {
"type": "string",
"value": "Hello, world!"
}
}
}
],
"properties": {}
}