|
millijson
Lightweight JSON parser for C++
|
Options for parse_file() and validate_file().
More...
#include <millijson.hpp>

Public Attributes | |
| std::size_t | buffer_size = 65536 |
| ParseOptions | parse_options |
Options for parse_file() and validate_file().
| std::size_t millijson::FileReadOptions::buffer_size = 65536 |
Size of the buffer to use for reading the file.
| ParseOptions millijson::FileReadOptions::parse_options |
Further options for parsing.