uzuki2
Recovering R lists faithfully from HDF5 or JSON
Loading...
Searching...
No Matches
Public Attributes | List of all members
uzuki2::json::Options Struct Reference

Options for JSON file parsing. More...

#include <parse_json.hpp>

Public Attributes

bool parallel = false
 
bool strict_list = true
 

Detailed Description

Options for JSON file parsing.

Member Data Documentation

◆ parallel

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.

◆ strict_list

bool uzuki2::json::Options::strict_list = true

Whether to throw an error if the top-level R object is not an R list.


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