parse_param_value

Function parse_param_value 

Source
fn parse_param_value(raw: &str) -> Value
Expand description

Best-effort coercion of a <parameter> body to a JSON value. Falls back to a string literal when the body is not valid JSON.