Use of spaces in Configuration files variable names

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 },

?

Hi Michael,

Because the configuration file, model.cfg, is json, it should be okay without the spaces (per jsonlint.com).

Here are some useful Epicenter UI Builder docs:
https://forio.com/epicenter/docs/public/ui_builder/,
http://forio.com/about/blog/recorded-webinar-introducing-flowjs-and-ui-builder/
(linked from https://forio.com/epicenter/docs/public/how_to/)

Regards, Geromel