Convert R data frame to json with different depths
I converted some nested json files (used by i18n translation system) to csv to allow non-IT colleagues to review the language without handling directly with the json files. Therefore, then I have to convert those csv back to json. I…