PHP 클래스 Newscoop\Gimme\Json

파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

공개 메소드들

메소드 설명
indent ( string $json ) : string Indents a flat JSON string to make it more human-readable.

메소드 상세

indent() 공개 정적인 메소드

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.
리턴 string Indented version of the original JSON string.