LXer: JSON Lines: record-style JSON
by LXer from LinuxQuestions.org on (#4YJYG)
Published at LXer:
The JSON Lines data format bridges the gap between standard JSON and table-style data. Each JSON object is on a separate line, allowing line-by-line processing with shell tools.
Read More...


The JSON Lines data format bridges the gap between standard JSON and table-style data. Each JSON object is on a separate line, allowing line-by-line processing with shell tools.
Read More...