Files
rojo/rojo-test/syncback-test-snapshots/end_to_end__tests__syncback__nested_projects-nested.project.json.snap
Micah 9b5a07191b Implement Syncback to support converting Roblox files to a Rojo project (#937)
This is a very large commit.
Consider checking the linked PR for more information.
2025-11-19 09:21:33 -08:00

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"
}
}
}