Shell
Shell Script – Change Value In Json File Automatically
Here are some folders which contain json files.These json files have a version value, just look like the following image. We will increase this number by 10 for every json file in current folders recursively.Install command line tool jq to modify json file easily.Ubuntu: sudo apt-get install jqWindows: just download exe on the Read more…