Module json

Module json 

Source
Expand description

Re-exports the datafusion_datasource_json::file_format module, and contains tests for it.

Structsยง

JsonDecoder
JsonFormat
New line delimited JSON FileFormat implementation.
JsonFormatFactory
Factory struct used to create JsonFormat
JsonSerializer
Define a struct for serializing Json records to a stream
JsonSink
Implements DataSink for writing to a Json file.