How to produce a list of all unique key path from a given JSON
I would like to produce a list of all unique key path from a given JSON, each one in a line. For example, from this input JSON: { "results":[ { "id":306, "name":"First Company", "branches":[ { "id":4191, "city":"San Francisco", "customers":[ {…