millijson
Lightweight JSON parser for C++
Loading...
Searching...
No Matches
millijson::ParseOptions Struct Reference

Options for parse(). More...

#include <millijson.hpp>

Public Attributes

bool number_as_string = false
 

Detailed Description

Options for parse().

Member Data Documentation

◆ number_as_string

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.


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