pub fn deserialize_maybe_quoted<'de, T, D>(
deserializer: D,
) -> Result<T, D::Error>Expand description
Deserializes a value that can be represented as either its native type or a quoted string. This is particularly useful for LLM tool calls which sometimes quote numeric arguments.