json2csv
json2csv copied to clipboard
dicts with dots in keys can't be accessed
The following doesn't work
echo '{"FOO": {"BAR.BAR": "BURGER"}}' | json2csv -k FOO.'BAR.BAR' #or FOO.BAR.BAR
Hi @jehiah I would like to help with this issue. Can I work on this?