多多色-多人伦交性欧美在线观看-多人伦精品一区二区三区视频-多色视频-免费黄色视屏网站-免费黄色在线

國內最全IT社區平臺 聯系我們 | 收藏本站
阿里云優惠2
您當前位置:首頁 > php開源 > php教程 > 分享一個 PHP 版的 JSON 數據格式化函數

分享一個 PHP 版的 JSON 數據格式化函數

來源:程序員人生   發布時間:2014-01-22 22:12:27 閱讀次數:2900次

今天在芒果小站看到一段代碼,感覺挺不錯的,于是轉載過來。以下是原文。

將字符串形式的 JSON 數據格式化為縮進形式。通常使用 json_encode 轉換出來的 JSON 串沒有縮進,有這個方法就爽多了。
這里我默認使用了 tab 縮進,如果要改成空格,替換變量 $indentStr 即可。

/**
* Indents a flat JSON string to make it more human-readable.
* @param string $json The original JSON string to process.
* @return string Indented version of the original JSON string.
*/
function indent ($json) {

$result = '';
$pos = 0;
$strLen = strlen($json);
$indentStr = ' ';
$newLine = "";
$prevChar = '';
$outOfQuotes = true;

for ($i=0; $i<=$strLen; $i++) {

// Grab the next character in the string.
$char = substr($json, $i, 1);
// Are we inside a quoted string?
if ($char == '"' && $prevChar != '') {
$outOfQuotes = !$outOfQuotes;
// If this character is the end of an element,
// output a new line and indent the next line.
} else if(($char == '}' || $char == ']') && $outOfQuotes) {
$result .= $newLine;
$pos --;
for ($j=0; $j<$pos; $j++) {
$result .= $indentStr;
}
}
// Add the character to the result string.
$result .= $char;
// If the last character was the beginning of an element,
// output a new line and indent the next line.
if (($char == ',' || $char == '{' || $char == '[') && $outOfQuotes) {
$result .= $newLine;
if ($char == '{' || $char == '[') {
$pos ++;
}
for ($j = 0; $j < $pos; $j++) {
$result .= $indentStr;
}
}
$prevChar = $char;
}

return $result;

}

生活不易,碼農辛苦
如果您覺得本網站對您的學習有所幫助,可以手機掃描二維碼進行捐贈
程序員人生
------分隔線----------------------------
分享到:
------分隔線----------------------------
關閉
程序員人生
主站蜘蛛池模板: 欧美人与动人物姣配xxxx | 成人国产精品一级毛片了 | 日本无卡码免费一区二区三区 | 精品免费国产一区二区三区 | 亚洲大成色www永久网 | 亚洲欧美久久精品1区2区 | 午夜免费福利在线 | 图片区小说区激情区偷拍区 | 欧美一区二区在线免费观看 | xxx日韩 | 欧美18videosex性欧美1819 | 亚洲国产成人久久综合一 | 亚洲国产精品第一区二区 | 欧美一区中文字幕 | japanese日本护士xx亚洲 | 国产精品vs欧美精品 | 免费v片视频在线观看视频 免费v片在线观看 | 久久精品无码一区二区三区 | 中文字幕日本在线视频二区 | 波多野结衣在线一区二区 | 亚洲黄色在线 | 欧美日韩天堂 | 波多野结衣视频在线观看地址免费 | 国产噜噜噜视频在线观看 | 国产精品爱久久久久久久小 | 亚洲欧洲精品成人久久曰 | 亚洲aav | 国产第一页在线播放 | 久久机热这里只有精品 | 2020国产精品 | 欧美亚洲自拍偷拍 | vvideos欧美极度另类 | 久久久久久久久久久大尺度免费视频 | 亚洲欧美日韩中文字幕一区二区三区 | 中文字幕乱码中文字幕 | 欧美亚洲图片小说 | 亚洲精品一区二区中文 | 中文字幕精品一区二区2021年 | 久久天天 | avtt在线播放| 亚洲欧美中文字幕专区 |