pub fn parse_typed_value(input: &str, ty: &Type) -> Result<Value>
Parse a single field value according to a declared type.