init.meta.json support (#183)

* A minimum viable product for init.meta.json

* Properties support

* Add ignoreUnknownChildren support

* Apply requested changes

* Use reflection guiding

* Add a script to the test

* Change to ignoreUnknownInstances

* Apply requested changes
This commit is contained in:
boyned//Kampfkarren
2019-06-06 16:58:58 -07:00
committed by Lucien Greathouse
parent 983d44947e
commit 0ed6c57c7f
8 changed files with 121 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"properties": {
"Disabled": true
}
}