Hi!
I know I can dig deeper into a nested JSON object by adding new elements to a path.
For example if I have an array of objects called NPCs then I can add ."my1NPC" to change the path to NPCs.my1NPC and then ".health" to change the path to NPCs.my1NPC.health and so on.
But is there a way of moving back up in the chain? If the JSON.path is currently set to NPCs.my1NPC.health then how can I back it down back to just NPCs.my1NPC (for example)?