Read the json file and set a variable using command line script
I have the Json file called Services.json with following content: { "name":"Services", "version":"1.2.0", "description":"Customer Services" } I want to read this file and while reading if it finds "version" key then save respective value(1.2.0) into a variable using command line…