harelba / q

q - Run SQL directly on delimited files and multi-file sqlite databases

Home Page:http://harelba.github.io/q/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support json format ?

cocktail18 opened this issue · comments

Hi, it is a very nice tool for me. But some of file lines of json string, any plan to support json format file ?

For example:

{"time": "2006-01-02 15:04:05TZ", "name":"nick", "icon":"http://icon.com/1.jpg"}
{"time": "2006-01-02 15:04:05TZ", "name":"nick2", "icon":"http://icon.com/1.jpg"}
{"time": "2006-01-02 15:04:05TZ", "name":"nick3", "icon":"http://icon.com/1.jpg"}
{"time": "2006-01-02 15:04:05TZ", "name":"nick4", "icon":"http://icon.com/1.jpg"}

Thanks.