Getting stuff like this in my JSON responses:
\u003Cp\u003EOur Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\u003C/p\u003E\n
I'm assuming CakePHP 3.3 is doing something here. Using standard json and xml route extensions. With set and serialize in my controllers. Nothing out of the ordinary that I can think of. Any idea how to change this to something that can be easily decoded by a client or just turn off the encoding all together?