Re: JSON quoting discrepancies

2020-04-15 Thread Matt Sicker
Back when the first JSON escape method was written, I think it was based on the JSON RFC. Looks like it's been modified a bit since then, so I'm not sure if it's expected behavior or not. On Tue, 7 Apr 2020 at 15:18, Volkan Yazıcı wrote: > > Hello, > > There are a couple of concerns I want to sha

JSON quoting discrepancies

2020-04-07 Thread Volkan Yazıcı
Hello, There are a couple of concerns I want to share regarding the available JSON quoting options in the core. I would appreciate your feedback on them. 1. My first concern is... There are 2 competing JSON quoting implementations in the core: - JsonUtils.quoteAsString(CharSequence, String