virtualargofleet.FloatConfiguration.to_json#
- FloatConfiguration.to_json(file_name: str | None = None)[source]#
Return or save json dump of configuration
If no file name is provided, just return the configuration as a json structure
- Parameters:
file_name (str, default:None, optional) – Name of the json file to write configuration to.
- Return type:
Nothing or json string