PHP Class Newscoop\Gimme\Json

Show file 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.