dave08
06/19/2023, 3:33 PM{"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.