You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$configPath='C:\Path\To\config.json'$config=Get-Content-Path $configPath|ConvertFrom-Json# Modify the configuration$config.Key1='NewValue'$config.Key2=99# Save the changes$config|ConvertTo-Json|Set-Content-Path $configPath
File should be in user doc log and data module folder + config
The text was updated successfully, but these errors were encountered:
voytas75
changed the title
Add store config data as json file
Add module config data as json file
Dec 19, 2023
Read and save data:
File should be in user doc log and data module folder + config
The text was updated successfully, but these errors were encountered: