Skip to content

Commit

Permalink
Unescaped slashes (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeder authored Jan 27, 2021
1 parent 663c414 commit 5d449d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RootedJsonData.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/**
Expand Down

0 comments on commit 5d449d4

Please sign in to comment.