I have a following json
{
"kind":"testObject",
"spec":{
},
"status":{
"code":"503"
}
}
I would like to just retrieve the value of code, so that it would just show 503
as an output.
I did try with JMESPath, but that binary is out of question, and not sure what to use.