mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
24 lines
422 B
JSON
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": {}
|
|
} |