percentDecode

Percent-decode a string (used on JSON Pointer fragments). Invalid escapes are left verbatim.

@safe pure nothrow
string
percentDecode
(
string s
)