mirror of
https://github.com/flextype/flextype.git
synced 2025-08-13 16:44:36 +02:00
@@ -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
|
||||
|
Reference in New Issue
Block a user