Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Newscoop
Gimme
Json
PHP Class Newscoop\Gimme\Json
ファイルを表示
Open project: sourcefabric/newscoop
Class Usage Examples
Public Methods
Method
Description
indent
(
string
$json
) :
string
Indents a flat JSON string to make it more human-readable.
Method Details
indent()
public
static
method
Indents a flat JSON string to make it more human-readable.
public
static
indent
(
string
$json
) :
string
$json
string
The original JSON string to process.
return
string
Indented version of the original JSON string.