We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27f535e + c28ac16 commit 3fb6c9eCopy full SHA for 3fb6c9e
src/Show/Field.php
@@ -425,7 +425,7 @@ public function json()
425
if (json_last_error() == 0) {
426
$field->border = false;
427
428
- return '<pre><code>'.json_encode($content, JSON_PRETTY_PRINT).'</code></pre>';
+ return '<pre><code>'.json_encode($content, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE).'</code></pre>';
429
}
430
431
return $value;
0 commit comments