mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Retain spacing on initial convert
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user