Expand description
Response parsing: the inverse of super::envelope::format_response.
Functionsยง
- expr_
to_ value - Convert a parsed
Exprto a runtimeValue. - parse_
response - Parse a wire response frame into a
Response. - try_
expr_ to_ value - Fallible variant of
expr_to_value: surfaces depth overflow as anEnvelopeErrorinstead of silently substitutingValue::Nil. Callers re-parsing untrusted printed lists (e.g.cli-core::render::reparse_list) use this so over-nested data is reported, not masked as an empty result.