Iterates over all paths in form a.b[0].c[1]
in alphabetical order
and their corresponding values.
An iterator with a single “message” element
An iterator similar to all_fields
, but instead of visiting each array element individually,
it treats the entire array as a single value.
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.
Same functionality as all_fields
but it prepends a character that denotes the
path type.
Iterates over all paths in form a.b[0].c[1]
in alphabetical order.
It is implemented as a wrapper around all_fields
to reduce code
duplication.