some pretty-printing
This commit is contained in:
parent
072dc25521
commit
cb2102a2d2
2 changed files with 13 additions and 19 deletions
|
|
@ -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 (:)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue