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.
Source: LXer – JSON Lines: record-style JSON
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.
Source: LXer – JSON Lines: record-style JSON