PHP Class Newscoop\Gimme\Json

Afficher le fichier Open project: sourcefabric/newscoop Class Usage Examples

Méthodes publiques

Méthode Description
indent ( string $json ) : string Indents a flat JSON string to make it more human-readable.

Method Details

indent() public static méthode

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.
Résultat string Indented version of the original JSON string.