|
millijson
Lightweight JSON parser for C++
|
#include <millijson.hpp>
Public Attributes | |
| bool | number_as_string = false |
Options for parse().
| bool millijson::ParseOptions::number_as_string = false |
Whether to preserve the string representation for numbers. If true, all JSON numbers will be loaded as NumberAsString. Otherwise, they will be loaded as Number.