mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
76 lines
1.7 KiB
JSON
76 lines
1.7 KiB
JSON
{
|
|
"name": "json_model",
|
|
"class_name": "Folder",
|
|
"properties": {},
|
|
"children": [
|
|
{
|
|
"name": "children",
|
|
"class_name": "Folder",
|
|
"properties": {},
|
|
"children": [
|
|
{
|
|
"name": "The Child",
|
|
"class_name": "StringValue",
|
|
"properties": {},
|
|
"children": [],
|
|
"metadata": {
|
|
"ignore_unknown_instances": false,
|
|
"source_path": null,
|
|
"project_definition": null
|
|
}
|
|
}
|
|
],
|
|
"metadata": {
|
|
"ignore_unknown_instances": false,
|
|
"source_path": "src/children.model.json",
|
|
"project_definition": null
|
|
}
|
|
},
|
|
{
|
|
"name": "explicit",
|
|
"class_name": "StringValue",
|
|
"properties": {
|
|
"Value": {
|
|
"Type": "String",
|
|
"Value": "Hello, world!"
|
|
}
|
|
},
|
|
"children": [],
|
|
"metadata": {
|
|
"ignore_unknown_instances": false,
|
|
"source_path": "src/explicit.model.json",
|
|
"project_definition": null
|
|
}
|
|
},
|
|
{
|
|
"name": "implicit",
|
|
"class_name": "StringValue",
|
|
"properties": {
|
|
"Value": {
|
|
"Type": "String",
|
|
"Value": "What's happenin', Earth?"
|
|
}
|
|
},
|
|
"children": [],
|
|
"metadata": {
|
|
"ignore_unknown_instances": false,
|
|
"source_path": "src/implicit.model.json",
|
|
"project_definition": null
|
|
}
|
|
}
|
|
],
|
|
"metadata": {
|
|
"ignore_unknown_instances": false,
|
|
"source_path": "src",
|
|
"project_definition": [
|
|
"json_model",
|
|
{
|
|
"class_name": null,
|
|
"children": {},
|
|
"properties": {},
|
|
"ignore_unknown_instances": null,
|
|
"path": "src"
|
|
}
|
|
]
|
|
}
|
|
} |