Retain spacing on initial convert

This commit is contained in:
Akkadius 2017-07-25 11:10:08 -05:00
parent db0b4045a2
commit 8ec9f36954

View File

@ -327,6 +327,7 @@ sub check_xml_to_json_conversion {
$result = $json->decode($content);
$json->canonical(1);
$json->indent_length(5);
print $json->pretty->utf8->encode($result),"\n";