Skip to content

Instantly share code, notes, and snippets.

@m4tlch
Created February 11, 2020 09:10
Show Gist options
  • Save m4tlch/0c091c68b82be208d1d5fc40cef52a8b to your computer and use it in GitHub Desktop.
Save m4tlch/0c091c68b82be208d1d5fc40cef52a8b to your computer and use it in GitHub Desktop.
<?php
$array = array_map("str_getcsv", explode("\n", $csv));
print json_encode($array);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment