<@U0RM4EPC7> If I have `{"1" : "...", "2": "...."}` and I use `JsonPath.select("1")` to focus on the...
d
@simon.vergauwen If I have
{"1" : "...", "2": "...."}
and I use
JsonPath.select("1")
to focus on the
"1"
entry, is there a way to remove it and return the original JsonObject without it if it has a
*
as it's value? Otherwise, I just want to return the original object.