Json Object to CSV
Utility for determining fields, and unwind parameters for any json.
Utilizing the below two library.
- json-pointer for reading all possible paths
- json2csv for converting the all possible paths to csv
All leaf node arrays can be converted to be comma separated,
but I left that as it is so that serialization back to json will work
Json pointer results appears here