FieldView.unescaped
string unescaped() const @safeReturns the logical text of the field with doubled quotes resolved when needed.
Notes:
- This function may allocate when
needsUnescapeis true (to collapse doubled quotes)
or when a distinct string instance is required. For zero-allocation access to the underlying slice (possibly still containing doubled quotes), use toString().