Function vector_core::event::util::log::all_fields_unquoted
source ยท pub fn all_fields_unquoted(fields: &ObjectMap) -> FieldsIter<'_>
Expand description
Iterates over all paths in form a.b[0].c[1]
in alphabetical order and their corresponding
values. Field names containing meta-characters are not quoted.