Ask a question to get started
Enter to send•Shift+Enter new line
get_text_at_path( obj: Any, path: str | list[str], )
obj
Any
path
str | list[str]
Extract text from an object using a path expression or pre-tokenized path.
The object to extract text from
Either a path string or pre-tokenized path list.