"What parses the resource into objects? The resources are not in true object notation."
Oh, ok. I understand now. I do not have the answer but there have been properties files parser implementations (in java and also I believe in a as3 library named StringUtils with an 's'); Given the syntax of properties files, a simple .split() might be a little weak but the grammar is not very complicated either. Nicolas Granon
