Is it possible to list/generate all the JSON Pointers from a file using xidel or another command line tool?
I've tried with
xidel test.json -e '$json()'
But it only lists the top-level fields, while i want a recursive listing like the one i get with xmlstarlet el -a
.