Line Delimited JSON is a minimal specification for sending and receiving JSON over a stream protocol, such as TCP. Basically each JSON is delimited with one of all three typical line endings ‘0x0A’ (Unix), ‘0x0D’ (Mac), ‘0x0D0A’ (Windows).