uzuki2
Recovering R lists faithfully from HDF5 or JSON
|
Options for JSON file parsing. More...
#include <parse_json.hpp>
Public Attributes | |
bool | parallel = false |
bool | strict_list = true |
size_t | buffer_size = 65536 |
Options for JSON file parsing.
size_t uzuki2::json::Options::buffer_size = 65536 |
Size of the buffer to use for reading and decompressing bytes. Larger values may improve speed at the cost of memory usage.
bool uzuki2::json::Options::parallel = false |
Whether parsing should be done in parallel to file I/O. If true, an extra thread is used to avoid blocking I/O operations.
bool uzuki2::json::Options::strict_list = true |
Whether to throw an error if the top-level R object is not an R list.