jsonpp-rs icon indicating copy to clipboard operation
jsonpp-rs copied to clipboard

Support files with line delimited json entries

Open JeffBelgum opened this issue 7 years ago • 1 comments

While technically not a valid json file, I've come across many files where each line is a separate valid json object. jq is an example of a command line tool that handles this gracefully by parsing and processing each line in turn. It would be nice if pp_rs handled these types of files

JeffBelgum avatar Jun 06 '18 18:06 JeffBelgum

good suggestion, it's on my TODO!

flo-l avatar Jun 06 '18 19:06 flo-l