Can you lease help me with getting this jsonpath work. I can do it in two ways. Get all object except name of first one or get all of them except first one. (like an list filtering).
Json look like this
{
"temp" : {
"translate_mode" : "custom",
},
"body" : {
"string" : "custom2",
},
"content" : {
"mode" : "custom2",
}
}