Article 517CQ Retrieve the content of a json file using shell script .Without jq /json

Retrieve the content of a json file using shell script .Without jq /json

by
Historia
from LinuxQuestions.org on (#517CQ)
I need to get the read contents of this json file
{
"instance": {
"id": "i-061a20e8c5",
"taglist" : [
{"Key": "acp-ims-backup","Value": "sqldb"} ,
{"Key": "created by","Value": "Historia"}
],
"backup_config_clientname": "CAJ-i-061a20e8c"
}
}

I want the value of "backup_config_clientname"
I can assign it to a variable and print it.
using awk or sed .

Thanks in advancelatest?d=yIl2AUoC8zA latest?i=0iFm-_qjbmQ:GZB8YU_XCqM:F7zBnMy latest?i=0iFm-_qjbmQ:GZB8YU_XCqM:V_sGLiP latest?d=qj6IDK7rITs latest?i=0iFm-_qjbmQ:GZB8YU_XCqM:gIN9vFw0iFm-_qjbmQ
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments