PowerShell Script to Edit dynamically a json File by adding or updating existing elements
Budget: $30 – $250 USD
This is not any json file. it’s .NET Core Appsettings.json file.
To bid for this project you need to be familiar with a .NET Core Appsettings.json file and its format.
The requested PowerShell script needs to be able to add /edit/remove any element on any level of a Appsettings.json file
This PowerShell script should prompt the user to enter parameters like
- Location of the file or path
- Information about the element that needs to be altered. The way I see it is a pipe delimited string where the script needs to dig through the different levels using the pipe as the splitter between level
- information about the value of the element that needs to be added or updated.
- Ideally the script should allow user to enter multiple elements to alter using a [HashTable] object as parameter to hold the element keys, values and action (add/edit/remove).
To bid for this project you need to be familiar with a .NET Core Appsettings.json file and its format.
The requested PowerShell script needs to be able to add /edit/remove any element on any level of a Appsettings.json file
This PowerShell script should prompt the user to enter parameters like
- Location of the file or path
- Information about the element that needs to be altered. The way I see it is a pipe delimited string where the script needs to dig through the different levels using the pipe as the splitter between level
- information about the value of the element that needs to be added or updated.
- Ideally the script should allow user to enter multiple elements to alter using a [HashTable] object as parameter to hold the element keys, values and action (add/edit/remove).