Hi all,
Currently, base::JSONReader() and friends default to parsing with Chromium quirks.
How would people feel if we either:
- flipped the default to base::JSON_PARSE_RFC (and preserving behavior of all existing callers) or
- forcing it to always be explicit?
Daniel