noahgorstein / jqp

A TUI playground to experiment with jq
MIT License
2.19k stars 40 forks source link

Support for jsonl #2

Closed SamuelLarkin closed 5 months ago

SamuelLarkin commented 2 years ago

Hi, It would make jqp more convenient if it could handle jsonl file aka one json per line.

noahgorstein commented 2 years ago

Totally agree here. Would like to add support for this in the future. Appreciate the suggestion.

dufferzafar commented 1 year ago

Another similar tool written in Go does have this: https://github.com/gpanders/ijq

While jqp shows json is not invalid

noahgorstein commented 5 months ago

Completed in #55 - should be in next release! Could also build from source right now and start using if you like.