Table of Contents

About

The JSON Lines text format (http://jsonlines.org/), also called newline-delimited JSON has one JSON document on one line.

Usage

You can use it

  • to process one record at a time.
  • for shell pipelines (passing messages)
  • for log files.