Riccardo Coccioli

Results 42 comments of Riccardo Coccioli

I see. As far as I know the `Path` functionality to get the effective path don't work with modifiers (otherwise it could allow to get the Path for it and...

In this case you can use the `@values` [modifier](https://github.com/tidwall/gjson/blob/master/SYNTAX.md#modifiers) that returns the array of values of a dictionary and then get the `last` item for each of them. With: ```...