forked from rojo-rbx/rojo
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": {}
|
|
} |