Why tags has to be closed explicitly in JSON structures? Nested arrays / objects itself are self-closing:
["<div",["attr",{"id":"id"}],
["foreach",{
"data":"links",
"tpl":["<a",["attr",{"href":"url"}],">",["text","description"]]
}],
])
"foreach" is not closed such way, wouldn't that be more consistent? QuestPC (talk) 19:26, 26 March 2014 (UTC)