1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-13 16:44:36 +02:00

Using clean JSON instead of YAML #123 #117

This commit is contained in:
Awilum
2019-04-24 22:20:57 +03:00
parent af02631dbc
commit 1be084606d

View File

@@ -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