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 |
Options for JSON file parsing.
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.