Config: Make json.array default to "on"
- This makes the default "export" output work out of the box with most JSON parsing libraries.
This commit is contained in:
@@ -44,7 +44,8 @@ $source_dir =~ s{[^/]+$}{..};
|
||||
if (open my $fh, '>', $rc)
|
||||
{
|
||||
print $fh "data.location=.\n",
|
||||
"verbose=no\n";
|
||||
"verbose=no\n",
|
||||
"json.array=off";
|
||||
close $fh;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user