The toml parsers we are using is not able to write back the values, but we need it to allow to modify in an iterative way the configuration file. Considering that we want to modify it and also preserve the comments, we may need to write a module that using regex is able to recognise the tokens and replace them in the Toml file.
The toml parsers we are using is not able to write back the values, but we need it to allow to modify in an iterative way the configuration file. Considering that we want to modify it and also preserve the comments, we may need to write a module that using regex is able to recognise the tokens and replace them in the Toml file.