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.
Whether parsing should be done in parallel to file I/O. If true, an extra thread is used to avoid blocking I/O operations.
Whether to throw an error if the top-level R object is not an R list.