SavedCraftQueues_Database.json.json data file

is it safe if I rewrote the line for this from :

CraftDB = new ConfigurationAccessor<CraftQueueDatabase>("SavedCraftQueues_Database.json");

to

CraftDB = new ConfigurationAccessor<CraftQueueDatabase>("SavedCraftQueues_Database");

?

try it :)