Expand description
Core dot-path traversal for get/set operations.
Functions§
- get_
path - Get a cloned value at the given dot-path.
- get_
path_ ref - Get a value at the given dot-path.
- set_
path - Set a value at the given dot-path.
valueis inserted as-is at the leaf — no coercion happens here; callers that accept CLI strings (e.g. theafdatabinary) coerce them toward the existing type viacrate::document::coerce::coerce_values_typedbefore calling this. - unset_
path - Remove the key at the given dot-path from its parent object.