jsonpp-rs
jsonpp-rs copied to clipboard
Support files with line delimited json entries
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
good suggestion, it's on my TODO!