You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2026. It is now read-only.
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
While technically not a valid json file, I've come across many files where each line is a separate valid json object.
jqis 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