A JSON string containing all necessary information.
JSON structue should be Preset structure
Example
Creating a custom Preset.
local preset ={["enabled"]={},
["disabled"]={},
["name"]="Example",
["newAction"]=""-- do nothing with addons not in the preset.}CreateNewAddonPreset( util.TableToJSON( preset ) )