Expand description
Serde-Value helpers shared across Wind handlers. v_str (Fn) extracts a
string from either a raw JSON string or a VS Code UriComponents object
(external / path field). The arg_* family extracts typed scalars
from &[Value] (Wind handler argument lists) at a given position index.
Any new cross-cutting coercer for both shapes belongs here.