Is there a way to not escape slashes when parsing JSON?
Kagamin
spam at here.lot
Mon Feb 21 15:13:52 UTC 2022
On Monday, 21 February 2022 at 09:04:06 UTC, bauss wrote:
> Why are we even escaping them by default, it should be the
> other way around, that slashes are only escaped if you ask for
> it; that's how it literally is in almost every JSON library.
Really? I always see escaped slashes in JSON, e.g. wikipedia does
this, but everything else too.
More information about the Digitalmars-d-learn
mailing list