export Settings
Export the provided Settings to the provided File. The Settings are written as a JSONArray of JSONObjects, with each JSONObject taking the form:
{
"type": //associated SettingsType.key
"settings": //however the specific type is written to JSON
}Content copied to clipboard
Parameters
Export the provided Settings to the provided File. The Settings are written as a JSONArray of JSONObjects, with each JSONObject taking the form:
{
"type": //associated SettingsType.key
"settings": //however the specific type is written to JSON
}Content copied to clipboard