We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9940e2e commit 3850fc8Copy full SHA for 3850fc8
1 file changed
app/Config/Format.php
@@ -52,7 +52,7 @@ class Format extends BaseConfig
52
|
53
*/
54
public $formatterOptions = [
55
- 'application/json' => null,
+ 'application/json' => JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES ,
56
'application/xml' => null,
57
'text/xml' => null,
58
];
0 commit comments