1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-28 12:02:00 +03:00

some pretty-printing

This commit is contained in:
Niels
2015-05-10 17:12:36 +02:00
parent 072dc25521
commit cb2102a2d2
2 changed files with 13 additions and 19 deletions

View File

@ -3953,7 +3953,7 @@ class basic_json
bool keep_tag = false;
if (keep)
{
keep_tag = callback ? callback(depth, parse_event_t::key, basic_json(key)) : true;
keep_tag = callback ? callback(depth, parse_event_t::key, basic_json(key)) : true;
}
// parse separator (:)