Bench_manager crippling sites

After I have backed up a site via Bench_manager app I have found the site_config parameters shown with incorrect sythax:
site_config.json
“pause_scheduler”: “0”,
whereas it should write:
“pause_scheduler”: 0,

I guess we need to add a functionality to determine the target site version and set sythax accordingly.