Module config

Source
Expand description

This module defines the configuration options which a NDJSON-parser can be provided. The entry point is the NdjsonConfig struct. Child data types are also defined in this module.

Structs§

NdjsonConfig
Configuration for the NDJSON-parser which controls the behavior in various situations.

Enums§

EmptyLineHandling
Controls how the parser deals with lines that contain no JSON values.