mirror of
https://github.com/nlohmann/json.git
synced 2026-09-25 14:20:14 +01:00
An optional parameter for dump() allows to set the character to use for indentation (default: space). In case a JSON value is serialized to an output stream, its fill character is used (and can be set with std::setfill).