LinearListLayout parser definition
\{
"linearlistlayout" : \{
	"orientation" : "horizontal",
	"mode" : "wrap" ,
	"align" : "left" ,
	"cells" : [
		\{ "text" : \{ "text" : "NAME"         , "fontsize" : "12px", "color" : "#0096D6" } },
		\{ "text" : \{ "text" : " - ", "fontsize" : "12px", "color" : "#0096D6" } },
		\{ "text" : \{ "text" : "From "   , "fontsize" : "12px", "color" : "#7E4F95" } },
		\{ "text" : \{ "text" : "BOARD"        , "fontsize" : "12px", "color" : "#7E4F95" } },
		\{ "text" : \{ "text" : " / ", "fontsize" : "12px", "color" : "#7E4F95" } },
		\{ "text" : \{ "text" : "To:"          , "fontsize" : "12px", "color" : "#000000" } }
	]
}
}