Support implicit values in JSON models (#154)

* Support implicit values in JSON models

* Update Changelog
This commit is contained in:
Lucien Greathouse
2019-04-05 15:17:58 -07:00
committed by GitHub
parent 83a0ae673c
commit f290e7b5b2
8 changed files with 131 additions and 11 deletions

View File

@@ -0,0 +1,11 @@
{
"Name": "explicit",
"ClassName": "StringValue",
"Properties": {
"Value": {
"Type": "String",
"Value": "Hello, world!"
}
},
"Children": []
}