Add build test for JSON model

This commit is contained in:
Lucien Greathouse
2019-08-14 18:03:19 -07:00
parent 36bcb611f1
commit 7575504b80
4 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"Name": "Top-Level Value",
"ClassName": "IntValue",
"Properties": {
"Value": 5
},
"Children": [
{
"Name": "A Child",
"ClassName": "Folder"
}
]
}