pub fn normalized_hello_from_json(v: &Value) -> Result<NormalizedHello, String>Expand description
Parse an nhello frame’s hello object into a NormalizedHello (shape only — see
the module docs for where semantic validation lives).
pub fn normalized_hello_from_json(v: &Value) -> Result<NormalizedHello, String>Parse an nhello frame’s hello object into a NormalizedHello (shape only — see
the module docs for where semantic validation lives).