Qore json Module 1.11.0
Loading...
Searching...
No Matches
NdjsonDataProvider::NdjsonReadDataProviderOptions hashdecl Reference

NDJSON read data provider constructor options. More...

#include <NdjsonReadDataProvider.qc.dox.h>

Public Attributes

soft< string > path
 The path to the NDJSON file to read.
 
soft< Qore::InputStream > stream
 The input stream to read from.
 
soft< string > data
 The NDJSON data as a string.
 
bool skip_empty_lines
 Skip empty lines (default: True)
 
bool skip_invalid_json
 Skip invalid JSON lines instead of throwing an exception (default: False)
 
int max_line_length
 Maximum line length in bytes (default: 10 MB)
 
string encoding
 Encoding for the input data (default: UTF-8)
 

Detailed Description

NDJSON read data provider constructor options.


The documentation for this hashdecl was generated from the following file: