PHP 5.4 has JSON_PRETTY_PRINT
authorReedy <reedy@wikimedia.org>
Sun, 12 Aug 2012 19:31:01 +0000 (20:31 +0100)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Tue, 14 Aug 2012 16:57:40 +0000 (18:57 +0200)
commit28e7830d789446fc30ce43ed283f2a16d6031478
tree2a36a1280494b635dd19302a7c44a70e2fcbf5e6
parent7454dadfcf4b55d8478dc57df8a49863a24b357a
PHP 5.4 has JSON_PRETTY_PRINT

Use this conditionally when $isHtml is true, and is
also running on PHP > = 5.4. Else return default 0

Change-Id: Ief775720a99d1a305c3f9f4ba7cc04eb96817fb3
includes/json/FormatJson.php