1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-07 23:41:10 +03:00
Commit Graph

2 Commits

Author SHA1 Message Date
962da00171 implemented an indentation character #520
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).
2017-05-07 19:27:40 +02:00
c85dbef98f more documentation 2015-06-21 22:42:32 +02:00