diff --git a/src/RootedJsonData.php b/src/RootedJsonData.php index f92d4e2..0608dd4 100644 --- a/src/RootedJsonData.php +++ b/src/RootedJsonData.php @@ -84,7 +84,7 @@ public function __toString() */ public function pretty() { - return $this->data->getJson(JSON_PRETTY_PRINT); + return $this->data->getJson(JSON_PRETTY_PRINT|JSON_UNESCAPED_SLASHES); } /**