Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Structure

Programie edited this page Dec 16, 2014 · 5 revisions

Template

{
	"path.to.my.value" :
	{
		"defaultValue" : "Some default value"
	},
	"path.to.my.defaultValue" :
	{
		"defaultValue" : "Set by template"
	},
	"path.to.my.otherValue" :
	{
	},
	"path.to.another.path" :
	{
		"defaultValue" : "This is the default value"
	}
}

User config

{
	"path" :
	{
		"to" :
		{
			"my" :
			{
				"value" : "Some default value"
				"defaultValue" : "Set by template",
				"otherValue : null
			},
			"another" :
			{
				"path" : "This is the default value"
			}
		}
	}
}

Clone this wiki locally