Пример #1
0
 public static function _indent($str, $newLine = "\n", $indentStr = "\t")
 {
     return JSON::indent($str, $newLine, $indentStr);
 }