I'm working on a configuration parser for a config file that includes an unknown number of various objects, all with their own field/value pairs. So I'm trying to parse each individual object into a ...