Example JSON

{
	"formName":"JSON-Generated Bootsnip Form",
	"widgets":
	[
		{
			"componentType": "button",
			"singlebutton": "I need to be depressed",
			"label": "The button is sad"
		},
		{
			"componentType": "textInput",
			"label": "blueOrangutan",
			"placeholder": "orangeDuck",
			"help": "purpleFish"
		},
		{
			"componentType": "selectBasic"
		},
                {
                        "componentType": "searchInput",
                        "label": "I am LABEL",
                        "placeholder": "I am PLACEHOLDER",
                        "help": "I am HELP"
                },
                {
                        "componentType": "searchInput",
                        "label": "I am LABEL2",
                        "placeholder": "I am PLACEHOLDER2",
                        "help": "I am HELP2"
                },
                {
                        "componentType": "xPendedText",
                        "x": "append",
                        "xpend": "test A",
                        "label": "I am LABEL A",
                        "placeholder": "I am PLACEHOLDER A",
                        "help": "I am HELP A"
                },
                {
                        "componentType": "xPendedText",
                        "x": "prepend",
                        "xpend": "test B",
                        "label": "I am LABEL B",
                        "placeholder": "I am PLACEHOLDER B",
                        "help": "I am HELP B"
                }
	]
}