Skip to content

Instantly share code, notes, and snippets.

View mynameisrienk's full-sized avatar

Victoria mynameisrienk

View GitHub Profile
<?php
/**
* Formats a JSON string for pretty printing
*
* @param string $json The JSON to make pretty
* @param bool $html Insert nonbreaking spaces and <br />s for tabs and linebreaks
* @return string The prettified output
* @author Jay Roberts
*/