README.md
Takes a JSON array (as a single string) and outputs a CSV representation of that array. The column names are automatically generated from the first element.
The input can be:
1) Path to a local/data file, detected using the "data://" prefix
2) URL of a remove file, detected using the "http://" or "https://" prefix
3) Direct string of a JSON array representation.