ScannedJsonString
The result of scanning a JSON string body; all fields are zero-copy slices.
after is the text following the closing quote. The body is:
- NoEscapes — it contains no escapes, so it already IS the decoded value
- HasEscapes — left undecoded, since the caller may be discarding it anyway