From 1be084606dd0ca57887ee79a4f76f011a28f35be Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 24 Apr 2019 22:20:57 +0300 Subject: [PATCH] Using clean JSON instead of YAML #123 #117 --- flextype/parsers/JsonParser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/parsers/JsonParser.php b/flextype/parsers/JsonParser.php index a6cbf9a2..2addae06 100644 --- a/flextype/parsers/JsonParser.php +++ b/flextype/parsers/JsonParser.php @@ -22,7 +22,7 @@ class JsonParser { * * @var int */ - public static $encode_options = JSON_UNESCAPED_UNICODE|JSON_UNESCAPED_SLASHES; + public static $encode_options = JSON_UNESCAPED_UNICODE|JSON_UNESCAPED_SLASHES|JSON_PRETTY_PRINT; /** * Encode Depth