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) construct the typedValuefirst, viacrate::document::coerce::value_from_type(an explicit--value-type) or a bareValue::String(zero coercion — seecli-shell-config-todo.md§3), before calling this. - unset_
path - Remove the key at the given dot-path from its parent object.