Are the spaces necessary in stating the save, saveper or reportPer properties for vaiables in configuration files?
For example would leaving out the spaces and writing:
“variables”: {
“Interest Rate”:{“save”:true},
“Yearly Deposits”:{“save”:true},
Have the same result as:
“variables”: {
“Interest Rate”: { “save”: true },
“Yearly Deposits”: { “save”: true },
?