mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-26 07:36:19 +00:00
Add build test for JSON model
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "json_model_in_folder",
|
||||
"tree": {
|
||||
"$path": "folder"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Name": "Top-Level Value",
|
||||
"ClassName": "IntValue",
|
||||
"Properties": {
|
||||
"Value": 5
|
||||
},
|
||||
"Children": [
|
||||
{
|
||||
"Name": "A Child",
|
||||
"ClassName": "Folder"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user