A simple JSON parser
C
- Read a JSON file
- Parse the key-value pair from JSON content
- Change execution policy(if needed, can affect security) Set-ExecutionPolicy RemoteSigned -Scope Process
- Run the PowerShell script
.\run.ps1- alternatively you can run the shell script
./build.sh
- alternatively you can run the shell script
Apache 2.0
