How do I get a list of all JSON paths to values from a JSON String?

后端 未结 2 1032
死守一世寂寞
死守一世寂寞 2021-01-01 00:28

My goal is to read a JSON file and understand the location of all the values, so that when I encounter that same JSON, I can easily read all the values. I am looking for a w

2条回答
  •  滥情空心
    2021-01-01 00:49

    Refer to this utility : https://github.com/wnameless/json-flattener Perfect answer to your requirement. Provides Flattened map and Flattened strings for complex json strings. I am not the author of this but have used it successfully for my usecase.

提交回复
热议问题