pub fn parse_object<'a, I>(lines: &mut I) -> Result<PklValue, String>where I: Iterator<Item = &'a str>,