serialization

Synopsis

Declared in <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;

Return Value

a type for a string

Parameters

Name

Description

error_handler

how to treat decoding errors

Created with MrDocs