How do I iterate over an unknown object in a Meteor Spacebars template?
问题 So I have a Meteor Collection. Each object/document in that collection can have an unknown structure. That is to say, I don't know the name of each property, nor how many there are, until runtime. Essentially, each object in the collection is created from arbitrary data people provide via my front-end page (via CSV upload, which works fine). So I don't initialize the collection when Meteor starts. Now I'd like to create a table in my HTML page, that renders the collection, but without me pre