Permanently resolving it will be a breaking change; Value on any fields currently will always return the original value without processing. Ideally, we would love for encoding and escaping to be transparent. Look for this permanent change in 2.0.
A new property called RawValue will do what Value does today.
Also, because encoding has been introduced, Escape/UnEscape will respect whatever encoding configuration is used in whichever Builder or Parser is being used.
This should be on the path to resolving #7.
Permanently resolving it will be a breaking change;
Value
on any fields currently will always return the original value without processing. Ideally, we would love for encoding and escaping to be transparent. Look for this permanent change in 2.0.A new property called
RawValue
will do whatValue
does today.Also, because encoding has been introduced, Escape/UnEscape will respect whatever encoding configuration is used in whichever Builder or Parser is being used.