JSON Body Escaping
19.05.2020
1 min
I think many iOS developers have worked with escaping URL. But can you instantly answer does JSON escapes when it sending to body? In my work, I faced the fact that by default the JSON body of the query is escaped when using the standard JSONEncoder. So you can ask what is wrong with this?