fn parse_param_value(raw: &str) -> Value
Best-effort coercion of a <parameter> body to a JSON value. Falls back to a string literal when the body is not valid JSON.
<parameter>