serialization
<nlohmann/json.hpp>
string_t
dump(
int const indent = -1,
char const indent_char = ' ',
bool const ensure_ascii = false,
error_handler_t const error_handler = error_handler_t::strict) const;
| Name | Description |
|---|---|
| error_handler | how to treat decoding errors |