mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
20 lines
320 B
Plaintext
20 lines
320 B
Plaintext
---
|
|
source: tests/tests/syncback.rs
|
|
expression: nested.project.json
|
|
---
|
|
{
|
|
"name": "Nested",
|
|
"tree": {
|
|
"$className": "Configuration",
|
|
"BoolValue": {
|
|
"$className": "BoolValue",
|
|
"$properties": {
|
|
"Value": true
|
|
}
|
|
},
|
|
"StringValue": {
|
|
"$path": "string_value.txt"
|
|
}
|
|
}
|
|
}
|