Plugin to import/export wp_options

One great challenge that i can think of is creating that your import export system dynamic in a way that if you add another option here and there in your updates that you won’t have to go back to the export function and update it to export the new options as well, basically what I’m trying to say is have it automatically export all of your plugins options.
The import part would be easier to implement after you read the dumped file if you dump it in a “key|value” format so just loop through it and imports all of the option,you wont need to edit that each time you add an option. So mainly make it easy to update in changes and updates you make.