Skip to content

Commit

Permalink
Merge 347fee3 into 094bb76
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rzzz committed Apr 28, 2018
2 parents 094bb76 + 347fee3 commit 6931a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TerminalObject/Basic/Json.php
Expand Up @@ -23,6 +23,6 @@ public function __construct($data)
*/
public function result()
{
return json_encode($this->data, JSON_PRETTY_PRINT);
return json_encode($this->data, JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES);
}
}

0 comments on commit 6931a15

Please sign in to comment.