Can someone suggest how I can get the value 45 after parsing an example json text as shown below :
....
"test": 12
"job": 45
"task": 11
.....
Please note that I am aware of tools like jq and others but this requires it to be installed.
I am hoping to get this executed using grep, awk or sed command.
jqis not that hard: it's a single binary file (no external dependencies) that can be copied into any directory.jqfor the job,jqissedforjson