wilgucki/csv

.json file

nam-co opened this issue · 1 comments

Hi, great package, I was wondering is its possible to use it with a json file instead of csv, where you could search using where() and write new lines, or if you know any package that does this?

Hope... wishing... you make a json version

Currently this package handles csv files only. I'm planing to create new one that will allow to import/export json files but it won't be soon.

If you need to export data to json you can use toJson method. As it comes to importing json, I don't know any package that would do this.