pub fn field_name<'a>(input: &mut &'a str) -> PResult<'a, &'a str>
Parse a field name (same as identifier but typically lowercase)