



* If JSON is dictionary the outputted csv will contain single row. * Script will convert each item of the list to a corresponding row in the csv. * JSON can be a valid nested object or a list. If the output file path is not provided the output will be dumped to STDOUT. This package provides functionality to convert valid nested json objects/files to csv and vice versa. *Converts nested json object to csv and csv back to json*
